summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2015-07-10 17:20:45 -0400
committerJulia Reynolds <juliacr@google.com>2015-07-13 10:38:38 -0400
commit2b5cc1da682ffe011f71b26f27eacdba68e1f8bb (patch)
tree4caf50a6affa6178ef45b58195695ead89205cc8 /res
parent57b5d43f4839c62225cf616296f464b0739e66ba (diff)
downloadandroid_packages_apps_PackageInstaller-2b5cc1da682ffe011f71b26f27eacdba68e1f8bb.tar.gz
android_packages_apps_PackageInstaller-2b5cc1da682ffe011f71b26f27eacdba68e1f8bb.tar.bz2
android_packages_apps_PackageInstaller-2b5cc1da682ffe011f71b26f27eacdba68e1f8bb.zip
Remove personal/device group & skip perm screen for M+ apps.
Bug: 22229417 Change-Id: I30d7e7a2e7abf4dcf70adb055d3252ee4941cd42
Diffstat (limited to 'res')
-rw-r--r--res/layout/permissions_list.xml25
1 files changed, 1 insertions, 24 deletions
diff --git a/res/layout/permissions_list.xml b/res/layout/permissions_list.xml
index c2b2b2a0..5e3ae0f5 100644
--- a/res/layout/permissions_list.xml
+++ b/res/layout/permissions_list.xml
@@ -22,33 +22,10 @@ This is the structure for the list of all permissions.
android:id="@+id/scrollview"
android:fillViewport="true">
<LinearLayout
+ android:id="@+id/permission_list"
android:orientation="vertical"
android:layout_width="match_parent"
android:paddingEnd="4dp"
android:layout_height="wrap_content">
- <LinearLayout android:id="@+id/privacylist"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:layout_marginBottom="4dp">
- <TextView
- style="?android:attr/listSeparatorTextViewStyle"
- android:layout_marginStart="16dp"
- android:layout_marginEnd="16dp"
- android:text="@string/privacyPerms" />
- </LinearLayout>
- <LinearLayout android:id="@+id/devicelist"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:layout_marginBottom="4dp">
- <TextView
- style="?android:attr/listSeparatorTextViewStyle"
- android:layout_marginStart="16dp"
- android:layout_marginEnd="16dp"
- android:text="@string/devicePerms" />
- </LinearLayout>
</LinearLayout>
</com.android.packageinstaller.CaffeinatedScrollView>