mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Add storage force push internal option.
This commit is contained in:
committed by
Greyson Parrelli
parent
eb6ecc59ab
commit
d70999c386
@@ -14,6 +14,16 @@
|
||||
android:key="pref_rotate_profile_key"
|
||||
android:summary="@string/preferences__internal_rotate_profile_key_description"
|
||||
android:title="@string/preferences__internal_rotate_profile_key" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="internal_storage"
|
||||
android:title="@string/preferences__internal_storage_service">
|
||||
|
||||
<Preference
|
||||
android:key="pref_force_send"
|
||||
android:summary="@string/preferences__internal_force_storage_service_sync_description"
|
||||
android:title="@string/preferences__internal_force_storage_service_sync" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user