summaryrefslogtreecommitdiff
path: root/Settings/res/xml/accounts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Settings/res/xml/accounts.xml')
-rw-r--r--Settings/res/xml/accounts.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Settings/res/xml/accounts.xml b/Settings/res/xml/accounts.xml
index cbcd3f5a1..1730d5a38 100644
--- a/Settings/res/xml/accounts.xml
+++ b/Settings/res/xml/accounts.xml
@@ -17,6 +17,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
+ xmlns:custom="http://schemas.android.com/apk/res-auto"
android:title="@string/accounts_category_title">
<com.android.settingslib.RestrictedPreference
android:icon="@drawable/ic_add"
@@ -27,6 +28,7 @@
<com.android.settingslib.widget.FooterPreference
android:key="do_org_footer"
android:selectable="false"
+ custom:isPreferenceVisible="false"
android:title="@string/do_disclosure_generic" />
</PreferenceScreen> \ No newline at end of file