From 8ec226e8c778a3d1b4268edc33cd7c515d88ab31 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Sun, 16 Sep 2012 13:15:18 -0700 Subject: Further adjustment of the new package installer UI. - Privacy and Device permissions are not shown as separate tabs, but instead separate sections in the same single scrollable permissions list. - No tabs are shown when installing a new app (they are all in the new single list); two tabs are shown when installing an update: the new permissions, and all permissions. - If you are reviewing more permissions than fit on the screen, the "install" button is changed to a "next" button until you scroll through the entire list. Change-Id: I0665a797f80ba5276e782e94be97090a429e5280 --- res/values/strings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 22245a4f..d5d1ab52 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -16,6 +16,7 @@ Package installer + Next Install Done @@ -38,6 +39,14 @@ Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to: + + Do you want to install an update + to this existing application? Your existing data will not + be lost. It does not require any special access. + + Do you want to install an update + to this built-in application? Your existing data will not + be lost. It does not require any special access. App not installed. @@ -122,6 +131,8 @@ New + + All Privacy -- cgit v1.2.3 From 3e0c22f98f61d8570c14c6f7ce49a05c1804d1f9 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Sun, 16 Sep 2012 18:26:11 -0700 Subject: Implement new option for uninstalling over all users. This API is hidden, but we don't try to protect with a permission here because we always go through a UI for the user to verify the operation. Change-Id: I5580bcbe7ca00b8613c0d8523f348ce83b2d5031 --- res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index d5d1ab52..db43792a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -111,6 +111,8 @@ Uninstall update %1$s is part of the following app: Do you want to uninstall this app? + Do you want to uninstall this app for all + users? The application and its data will be removed from all users on the device. Do you want to replace this app with the factory version? Uninstalling\u2026 Uninstall finished. -- cgit v1.2.3