logins_preferences.xml (1705B)
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 xmlns:app="http://schemas.android.com/apk/res-auto"> 7 <Preference 8 android:key="@string/pref_key_save_logins_settings" 9 android:summary="@string/preferences_passwords_save_logins_ask_to_save" 10 android:title="@string/preferences_passwords_save_logins_2" /> 11 <SwitchPreference 12 android:defaultValue="true" 13 android:key="@string/pref_key_autofill_logins" 14 android:title="@string/preferences_passwords_autofill2" 15 android:summary="@string/preferences_passwords_autofill_description" /> 16 <mozilla.components.feature.autofill.preference.AutofillPreference 17 android:key="@string/pref_key_android_autofill" 18 android:title="@string/preferences_android_autofill" 19 android:summary="@string/preferences_android_autofill_description" /> 20 <org.mozilla.fenix.settings.SyncPreference 21 app:isPreferenceVisible="false" 22 android:key="@string/pref_key_sync_logins" 23 android:title="@string/preferences_passwords_sync_logins_2" /> 24 <Preference 25 android:key="@string/pref_key_saved_logins" 26 android:title="@string/preferences_passwords_saved_logins_2" /> 27 <androidx.preference.Preference 28 android:key="@string/pref_key_login_exceptions" 29 android:title="@string/preferences_passwords_exceptions" 30 app:icon="@drawable/ic_internet" /> 31 </PreferenceScreen>