Merge "Send ACTION_KEYCHAIN_CHANGED when installing a cert" into oc-dev

This commit is contained in:
Chad Brubaker
2017-04-12 17:21:09 +00:00
committed by Android (Google) Code Review

View File

@@ -295,6 +295,10 @@ public final class CredentialStorage extends Activity {
}
}
// Send the broadcast.
Intent broadcast = new Intent(KeyChain.ACTION_KEYCHAIN_CHANGED);
sendBroadcast(broadcast);
setResult(RESULT_OK);
}