Changelog 3.1.1

This commit is contained in:
Dominik Schürmann
2014-10-30 12:48:06 +01:00
parent 18255e331b
commit 26a4cf2a56
3 changed files with 11 additions and 1 deletions

View File

@@ -658,7 +658,7 @@ public class ProviderHelper {
// first, mark all keys as not available
ContentValues values = new ContentValues();
values.put(Keys.HAS_SECRET, 0);
values.put(Keys.HAS_SECRET, SecretKeyType.UNAVAILABLE.getNum());
mContentResolver.update(uri, values, null, null);
// then, mark exactly the keys we have available