Settings dependent on service enabled

This commit is contained in:
Matthew Wong 2015-08-16 16:58:03 -04:00
parent bc086220d2
commit a73e8625f5

View file

@ -77,10 +77,12 @@
android:key="autofill_enable"
android:title="@string/pref_autofill_enable_title"/>
<Preference
android:dependency="autofill_enable"
android:key="autofill_apps"
android:summary="@string/pref_autofill_apps_hint"
android:title="@string/pref_autofill_apps_title"/>
<CheckBoxPreference
android:dependency="autofill_enable"
android:defaultValue="true"
android:key="autofill_default"
android:summary="@string/pref_autofill_default_hint"