Merge pull request #576 from Valodim/stripped-secretkeys

Support stripped secretkeys
This commit is contained in:
Dominik Schürmann
2014-04-16 19:40:36 +02:00
13 changed files with 130 additions and 32 deletions

View File

@@ -685,7 +685,7 @@ public class KeychainIntentService extends IntentService
}
Cursor cursor = getContentResolver().query(KeyRings.buildUnifiedKeyRingsUri(),
new String[]{KeyRings.MASTER_KEY_ID, KeyRings.HAS_SECRET},
new String[]{KeyRings.MASTER_KEY_ID, KeyRings.HAS_ANY_SECRET},
selection, null, null);
try {
cursor.moveToFirst();