6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./AndroidAppSettings.cfg
|
|
|
|
adb uninstall $AppFullName
|