6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./AndroidAppSettings.cfg
|
|
|
|
adb shell pm clear $AppFullName
|