mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
add settings menu item
This commit is contained in:
@@ -90,6 +90,17 @@
|
|||||||
android:layout="@layout/preferences_category"
|
android:layout="@layout/preferences_category"
|
||||||
android:title="@string/security_settings_title">
|
android:title="@string/security_settings_title">
|
||||||
|
|
||||||
|
<Preference
|
||||||
|
android:summary="@string/pref_distributed_backup_summary"
|
||||||
|
android:title="@string/pref_distributed_backup_title"
|
||||||
|
app:iconSpaceReserved="false">
|
||||||
|
|
||||||
|
<intent
|
||||||
|
android:targetClass="org.briarproject.briar.android.darkcrystal.DistributedBackupActivity"
|
||||||
|
android:targetPackage="@string/app_package" />
|
||||||
|
|
||||||
|
</Preference>
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:enabled="false"
|
android:enabled="false"
|
||||||
android:key="pref_key_lock"
|
android:key="pref_key_lock"
|
||||||
|
|||||||
Reference in New Issue
Block a user