Merge "Send ACTION_KEYCHAIN_CHANGED when installing a cert" into oc-dev am: 85eba52794

am: c72031f323

Change-Id: I3b7eada3708edc919f5f8b883e3d40aedfb72e6e
This commit is contained in:
Chad Brubaker
2017-04-12 18:05:18 +00:00
committed by android-build-merger

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);
}