aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-12-09 11:34:13 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2010-12-09 11:34:13 -0800
commit4402d2e9f7fb7068e48c4bad15f715533feb85a3 (patch)
tree516995cb8b43f8324f28350de93205e77f8045e6 /files
parent255a95102fc73d7cec0597da109c5b59dbcf7125 (diff)
parentf7bb5e5fe9c3e6cda5f6d2c4a1db4673a2f8f02d (diff)
downloadsdk-4402d2e9f7fb7068e48c4bad15f715533feb85a3.zip
sdk-4402d2e9f7fb7068e48c4bad15f715533feb85a3.tar.gz
sdk-4402d2e9f7fb7068e48c4bad15f715533feb85a3.tar.bz2
merge from open-source master
Change-Id: I377761c7b5568f9e66331540b8db82f08a09c1eb
Diffstat (limited to 'files')
-rw-r--r--files/android.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/android.el b/files/android.el
index 49f2f1e..5c66218 100644
--- a/files/android.el
+++ b/files/android.el
@@ -101,7 +101,7 @@ Specify the package name --- and not the name of the application e.g., com.andro
(interactive
(list
(read-from-minibuffer "Package: ")))
- (compile (format "adb install -r %s" package)))
+ (compile (format "adb uninstall %s" package-name)))
(defun android-start-activity (package class)
"Start the activity PACKAGE/CLASS in the Android emulator. This expects the SDK tools directory to be in the current path."