summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorHeemin Seog <hseog@google.com>2019-05-10 08:27:52 -0700
committerHeemin Seog <hseog@google.com>2019-05-17 13:18:32 -0700
commit1a028cddc31cca340708847310b2cf52a97579b2 (patch)
tree9df1a2fc191c6d8b3d1a527543a20522ef1c516d /res/values
parentbb0d5d0ced1bab08a0d7be23a1ed0953d57413ea (diff)
downloadandroid_packages_apps_PackageInstaller-1a028cddc31cca340708847310b2cf52a97579b2.tar.gz
android_packages_apps_PackageInstaller-1a028cddc31cca340708847310b2cf52a97579b2.tar.bz2
android_packages_apps_PackageInstaller-1a028cddc31cca340708847310b2cf52a97579b2.zip
New permissions page for app specific permissions
This does not handle All permissions quite yet. This will be handled in a separate CL. This change by itself also affects the full permissions page, so it will not be submitted until other permissions CLs are approved. This CL also tries to unify the base frame for car related settings permission controller. Will need to do a separate cleanup CL for default applications. Bug: 122822231 Test: manual Change-Id: Idf946d4ce0b299e6b3a4b3b094d475a708bdfd13
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index b8fbc380..6469cbd9 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -861,7 +861,7 @@
<!-- START CAR SETTINGS PREFERENCE STYLES -->
<style name="CarPreferenceFragment">
- <item name="android:layout">@layout/car_default_app_frame</item>
+ <item name="android:layout">@layout/car_settings_frame</item>
</style>
<style name="CarPreferenceFragmentList">