From 9762658939747166e3c40d817971aa5b17231ee7 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 2 May 2012 16:56:14 -0700 Subject: New permissions UI. Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6 --- res/layout/install_confirm.xml | 63 +++++++++++++++++++++++------------------- res/layout/label.xml | 20 ++++++++++++++ res/values/strings.xml | 25 ++++++++++++++++- 3 files changed, 78 insertions(+), 30 deletions(-) create mode 100644 res/layout/label.xml (limited to 'res') diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index 0eb8ba6b..5e4aced8 100644 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -25,9 +25,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="match_parent" - android:paddingLeft="8dip" - android:paddingRight="8dip"> + android:layout_height="match_parent"> + android:paddingTop="12dip" /> - + - + + - + - + android:layout_gravity="center" /> + + + + + + - + + android:showDividers="beginning"> + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 694ba9b8..9b20ab9c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -24,7 +24,20 @@ Unknown Installing\u2026 App installed. - Do you want to install this app? + + Do you want to install this application? + It will get access to: + + Do you want to install this application? + It does not require any special access. + + Do you want to install an update + to this existing application? Your existing data will not + be lost. The updated application will get access to: + + 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: App not installed. @@ -106,4 +119,14 @@ Parse error There was a problem parsing the package. + + + New + + Privacy + + Device Access + + + This update requires no new permissions. -- cgit v1.2.3