summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2015-07-13 17:15:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-13 17:15:05 +0000
commitd138f2c8ab877a8dd4b00d02358c2e9c528a174f (patch)
tree9f29a9ec1f7588ab28085c3a90e8438b50c173c7 /res
parentde11bbe506dfac39271fe21b7aa044d946cd3a61 (diff)
parent2b5cc1da682ffe011f71b26f27eacdba68e1f8bb (diff)
downloadandroid_packages_apps_PackageInstaller-d138f2c8ab877a8dd4b00d02358c2e9c528a174f.tar.gz
android_packages_apps_PackageInstaller-d138f2c8ab877a8dd4b00d02358c2e9c528a174f.tar.bz2
android_packages_apps_PackageInstaller-d138f2c8ab877a8dd4b00d02358c2e9c528a174f.zip
Merge "Remove personal/device group & skip perm screen for M+ apps." into mnc-dev
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>