Add Android backup status summary

This commit is contained in:
Курнат Андрей
2026-06-10 07:05:27 +03:00
parent 78a13fe148
commit 1a76143c2e
8 changed files with 146 additions and 1 deletions
@@ -23,6 +23,12 @@
app:key="enable_video_uploads"
app:summary="@string/prefs_camera_video_upload_summary"
app:title="@string/prefs_camera_video_upload" />
<Preference
app:iconSpaceReserved="false"
app:key="video_uploads_status"
app:selectable="false"
app:summary="@string/prefs_camera_upload_status_off"
app:title="@string/prefs_camera_upload_status_title" />
<ListPreference
app:dialogTitle="@string/prefs_video_upload_account"
app:iconSpaceReserved="false"