summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2015-07-13 23:37:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-13 23:37:43 +0000
commitf1768f6b2d92092c292237e84be4d784c117876b (patch)
treeb611e958a63bea7ed30d4a85fbae2cd2c49d9e06 /res
parentf1f739aff42a48ba3e279dedd804f08341b37792 (diff)
parent078779b0669886dd001ae1908f62f3d7f22cceaf (diff)
downloadandroid_packages_apps_PackageInstaller-f1768f6b2d92092c292237e84be4d784c117876b.tar.gz
android_packages_apps_PackageInstaller-f1768f6b2d92092c292237e84be4d784c117876b.tar.bz2
android_packages_apps_PackageInstaller-f1768f6b2d92092c292237e84be4d784c117876b.zip
am 078779b0: am d138f2c8: Merge "Remove personal/device group & skip perm screen for M+ apps." into mnc-dev
* commit '078779b0669886dd001ae1908f62f3d7f22cceaf': Remove personal/device group & skip perm screen for M+ apps.
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>