set to stripped by default, rather than "unavailable"

This commit is contained in:
Vincent Breitmoser
2015-05-28 22:22:24 +02:00
parent b2f32827c6
commit c8f788b925
2 changed files with 4 additions and 4 deletions

View File

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