summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_pin.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-04-17 17:20:27 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-04-18 13:42:46 -0700
commitf2a5226c1e981ebb0c34aaf39524c382f996196a (patch)
treec8500a2dd5a195bad64fca35045040ce77d51742 /res/xml/security_settings_pin.xml
parent5035ec6944d907864977c19f356a11d39c41e0c5 (diff)
downloadpackages_apps_Settings-f2a5226c1e981ebb0c34aaf39524c382f996196a.zip
packages_apps_Settings-f2a5226c1e981ebb0c34aaf39524c382f996196a.tar.gz
packages_apps_Settings-f2a5226c1e981ebb0c34aaf39524c382f996196a.tar.bz2
Improve Preference highlighting
- use PreferenceFragment.onBindPreferences() to launch highlighting - improve SettingsPreferenceFragment code for highlighting: now we can find the View to highlight thru its Tag if there is no ListAdapter available - add HighlightingFragment for highlighting a View from its tag/key. This is dealing with cases when the content is custom and not relying on SettingsPreferenceFragment (like DataUsageSummary) Also: - improve DataUsageSummary so that onResume() is not recreating the Tabs all the time - add missing "android:keys" on some Security Settings preference files Change-Id: Ib1dd8238fe2fb57c151d584c0810a0e0a5ad97c4
Diffstat (limited to 'res/xml/security_settings_pin.xml')
-rw-r--r--res/xml/security_settings_pin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml
index 1417e21..bc3b76c 100644
--- a/res/xml/security_settings_pin.xml
+++ b/res/xml/security_settings_pin.xml
@@ -43,8 +43,8 @@
android:title="@string/security_enable_widgets_title"/>
<PreferenceScreen
- android:fragment="com.android.settings.OwnerInfoSettings"
android:key="owner_info_settings"
+ android:fragment="com.android.settings.OwnerInfoSettings"
android:title="@string/owner_info_settings_title"
android:summary="@string/owner_info_settings_summary"/>