From 233ea6b31d0bda9bf19375e0b3afe7a65792f45c Mon Sep 17 00:00:00 2001 From: pelya Date: Sat, 19 Jul 2014 22:56:31 +0300 Subject: [PATCH] Added script to uninstall current app --- uninstall.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 uninstall.sh diff --git a/uninstall.sh b/uninstall.sh new file mode 100755 index 000000000..16cd8d443 --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,2 @@ +#!/bin/sh +adb uninstall `grep AppFullName AndroidAppSettings.cfg | sed 's/.*=//'`