Add a UI for changing the password

This commit is contained in:
str4d
2016-06-10 12:58:01 +00:00
parent e96838e731
commit c5708ee3ce
11 changed files with 640 additions and 31 deletions

View File

@@ -25,6 +25,20 @@
</PreferenceCategory>
<PreferenceCategory
android:title="@string/security_settings_title">
<Preference
android:key="pref_key_change_password"
android:title="@string/change_password">
<intent
android:targetClass="org.briarproject.android.ChangePasswordActivity"
android:targetPackage="org.briarproject"/>
</Preference>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/panic_setting_title">