Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85eba527 authored by Chad Brubaker's avatar Chad Brubaker Committed by Android (Google) Code Review
Browse files

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

parents f61d4f38 68baa35a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);
    }