summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/xml/sync_debug_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/xml/sync_debug_preferences.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/xml/sync_debug_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/xml/sync_debug_preferences.xml b/mobile/android/fenix/app/src/main/res/xml/sync_debug_preferences.xml
index bd75db07b9..3e283d121d 100644
--- a/mobile/android/fenix/app/src/main/res/xml/sync_debug_preferences.xml
+++ b/mobile/android/fenix/app/src/main/res/xml/sync_debug_preferences.xml
@@ -31,4 +31,13 @@
android:title="@string/preferences_use_react_fxa"
app:iconSpaceReserved="false"
/>
+ <androidx.preference.Preference
+ android:key="@string/pref_key_sync_debug_network_error"
+ android:title="@string/preferences_sync_debug_network_error_button_title" />
+ <androidx.preference.Preference
+ android:key="@string/pref_key_sync_debug_temporary_auth_error"
+ android:title="@string/preferences_sync_debug_temporary_auth_error_button_title" />
+ <androidx.preference.Preference
+ android:key="@string/pref_key_sync_debug_permanent_auth_error"
+ android:title="@string/preferences_sync_debug_permanent_auth_error_button_title" />
</PreferenceScreen>