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

Commit 78a118f5 authored by Stephen Bird's avatar Stephen Bird
Browse files

startActivityAsUser: update for caf

Change-Id: Idc13d37639d9c8b96bdeadea8d4d0b6b10b8fe29
parent 8e1bc6e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1310,7 +1310,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
    private void launchCameraAction() {
        sendCloseSystemWindows();
        Intent intent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA);
        startActivityAsUser(intent, UserHandle.CURRENT_OR_SELF);
        mContext.startActivityAsUser(intent, UserHandle.CURRENT_OR_SELF);
    }

    private void performKeyAction(int behavior) {