Add Device to Device Transfer UI.

This commit is contained in:
Cody Henthorne
2021-03-11 13:27:25 -05:00
committed by Greyson Parrelli
parent 6f8be3260c
commit 75aab4c031
75 changed files with 3494 additions and 200 deletions

View File

@@ -46,6 +46,12 @@
android:summary="@string/preferences_chats__backup_chats_to_external_storage"
android:persistent="false"
android:title="@string/preferences_chats__chat_backups" />
<androidx.preference.Preference
android:key="pref_transfer"
android:summary="@string/preferences_chats__transfer_account_to_a_new_android_device"
android:persistent="false"
android:title="@string/preferences_chats__transfer_account" />
</PreferenceCategory>
</PreferenceScreen>