From 3cbafc8799e4bb8bb1149f94f51c305192be8414 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Thu, 9 Dec 2010 11:13:00 -0500 Subject: android.el: Make android-uninstall-app not reinstall - uninstall, rather than reinstalling the app - Fix reference to argument Change-Id: I66afe170c1d0ce2e5acfccf7a0c635fd07764f32 --- files/android.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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." -- cgit v1.1