mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Updated java.library.path.
This commit is contained in:
36
briar-android/src/main/res/xml/panic_preferences.xml
Normal file
36
briar-android/src/main/res/xml/panic_preferences.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="pref_key_lock"
|
||||
android:title="@string/lock_setting_title"
|
||||
android:summary="@string/lock_setting_summary"
|
||||
android:defaultValue="true"/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="Destructive Actions">
|
||||
|
||||
<ListPreference
|
||||
android:key="pref_key_panic_app"
|
||||
android:title="@string/panic_app_setting_title"
|
||||
android:summary="@string/panic_app_setting_summary"
|
||||
android:icon="@android:drawable/ic_menu_close_clear_cancel"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="pref_key_purge"
|
||||
android:title="@string/purge_setting_title"
|
||||
android:summary="@string/purge_setting_summary"
|
||||
android:enabled="false"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="pref_key_uninstall"
|
||||
android:title="@string/uninstall_setting_title"
|
||||
android:summary="@string/uninstall_setting_summary"
|
||||
android:enabled="false"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user