From e458832c765ed5c3de836384338c7626c80b5686 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 15 Jun 2012 11:00:17 -0700 Subject: Implement issue #6633077: Improve permissions display for... ...inherited permissions from shared UIDs Bug: 6633077 Change-Id: I91917339e83b79a3dfcfcb70a68d571c9a7f7e14 --- res/layout/installed_app_details.xml | 2 +- res/values/strings.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/installed_app_details.xml b/res/layout/installed_app_details.xml index f623d04..d69f98a 100644 --- a/res/layout/installed_app_details.xml +++ b/res/layout/installed_app_details.xml @@ -393,7 +393,7 @@ style="?android:attr/listSeparatorTextViewStyle" android:layout_marginTop="8dip" android:text="@string/permissions_label" /> - This app can access the following on your tablet: This app can access the following on your phone: + + This app can access the following on your tablet. + In order to improve performance and reduce memory usage, some of these permissions + are available to %1$s + because it runs in the same process as %2$s: + + This app can access the following on your phone. + In order to improve performance and reduce memory usage, some of these permissions + are available to %1$s + because it runs in the same process as %2$s: + + %1$s and %2$s + + %1$s and %2$s + + %1$s, %2$s + + %1$s, %2$s Computing\u2026 Couldn\'t compute package size. -- cgit v1.1