Added script to uninstall current app

This commit is contained in:
pelya
2014-07-19 22:56:31 +03:00
parent fdee2c3b06
commit 233ea6b31d

2
uninstall.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
adb uninstall `grep AppFullName AndroidAppSettings.cfg | sed 's/.*=//'`