ADB Commands for TextNow App. Developed by ATik HaSan ❤️
Run the following command using adb shell
to download the TextNow app:
adb shell am start -a android.intent.action.VIEW -d "https://play.google.com/store/apps/details?id=com.enflick.android.TextNow"
If you're using Sauce Labs, simply run this command:
am start -a android.intent.action.VIEW -d "https://play.google.com/store/apps/details?id=com.enflick.android.TextNow"
To clear the cache of the TextNow app, run the following command using adb shell
:
adb shell pm clear com.enflick.android.TextNow
If you're using Sauce Labs, simply run this command:
pm clear com.enflick.android.TextNow
To force-stop of the TextNow app, run the following command using adb shell
:
adb shell am force-stop com.enflick.android.TextNow
If you're using Sauce Labs, simply run this command:
am force-stop com.enflick.android.TextNow