Merge "Send ACTION_KEYCHAIN_CHANGED when installing a cert" into oc-dev
am: 85eba52794
Change-Id: Id5ffbd16ec1d0124669bd232a4c0cfa2440106cb
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user