Added script to uninstall current app
This commit is contained in:
2
uninstall.sh
Executable file
2
uninstall.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
adb uninstall `grep AppFullName AndroidAppSettings.cfg | sed 's/.*=//'`
|
||||
Reference in New Issue
Block a user