Make password-setting AsyncTask survive configuration changes (screen rotation)

Robust code derived from:
http://stackoverflow.com/a/12303649
This commit is contained in:
str4d
2014-03-03 00:35:27 +00:00
parent e6e2e28cad
commit 8ac64456f9
8 changed files with 379 additions and 128 deletions

View File

@@ -51,4 +51,5 @@
<string name="old_password">Old password:</string>
<string name="new_password">New password:</string>
<string name="confirm_new_password">Confirm new password:</string>
<string name="password_changed">Password changed successfully</string>
</resources>