mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
Settings dependent on service enabled
This commit is contained in:
parent
bc086220d2
commit
a73e8625f5
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue