Offer option to uninstall Briar in a panic event

Due to the nature of how Android app install/uninstall works without
root, this requires manual confirmation after a panic was triggered.

Closes #211
This commit is contained in:
Torsten Grote
2016-01-15 13:46:47 -02:00
parent 05b7c8aab4
commit 8b817be076
4 changed files with 64 additions and 21 deletions

View File

@@ -24,6 +24,13 @@
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>