Merge "Send ACTION_KEYCHAIN_CHANGED when installing a cert" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
85eba52794
@@ -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);
|
setResult(RESULT_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user