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

Commit c72031f3 authored by Chad Brubaker's avatar Chad Brubaker Committed by android-build-merger
Browse files

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

am: 85eba527

Change-Id: Id5ffbd16ec1d0124669bd232a4c0cfa2440106cb
parents c783d634 85eba527
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);
    }