save_logins_preferences.xml (799B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 6 <org.mozilla.fenix.settings.RadioButtonPreference 7 android:defaultValue="true" 8 android:key="@string/pref_key_save_logins" 9 android:title="@string/preferences_passwords_save_logins_ask_to_save" /> 10 <org.mozilla.fenix.settings.RadioButtonPreference 11 android:defaultValue="false" 12 android:key="@string/pref_key_never_save_logins" 13 android:title="@string/preferences_passwords_save_logins_never_save" /> 14 </PreferenceScreen>