Clarify Android video mobile data setting
This commit is contained in:
@@ -76,7 +76,8 @@
|
||||
<string name="prefs_camera_video_upload">Back up videos</string>
|
||||
<string name="prefs_camera_video_upload_summary">Automatically back up videos from selected phone folders</string>
|
||||
<string name="prefs_camera_video_upload_path_title">QSfera destination folder</string>
|
||||
<string name="prefs_camera_video_upload_on_wifi">Use Wi-Fi only for video backup</string>
|
||||
<string name="prefs_camera_video_upload_on_wifi">Never use mobile data for videos</string>
|
||||
<string name="prefs_camera_video_upload_on_wifi_summary">Recommended for large videos. Turn off to allow metered-network limits and roaming controls.</string>
|
||||
<string name="prefs_camera_video_upload_on_charging">Back up videos only while charging</string>
|
||||
<string name="prefs_automatic_uploads_not_available_users_light">Automatic uploads are not available for users light</string>
|
||||
<string name="prefs_subsection_advanced">Advanced</string>
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
<CheckBoxPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="video_uploads_on_wifi"
|
||||
app:summary="@string/prefs_camera_video_upload_on_wifi_summary"
|
||||
app:title="@string/prefs_camera_video_upload_on_wifi" />
|
||||
<CheckBoxPreference
|
||||
app:iconSpaceReserved="false"
|
||||
|
||||
Reference in New Issue
Block a user