Add ability to delete your Signal account from within the app.

This commit is contained in:
Alex Hart
2020-12-07 17:39:16 -04:00
committed by GitHub
parent 00b6416583
commit edb2a17bcb
21 changed files with 1019 additions and 23 deletions

View File

@@ -27,4 +27,11 @@
android:key="pref_submit_debug_logs"
android:title="@string/preferences__submit_debug_log"/>
<PreferenceCategory android:layout="@layout/preference_divider"/>
<Preference
android:layout="@layout/preference_danger"
android:key="pref_delete_account"
android:title="@string/preferences__delete_account" />
</PreferenceScreen>