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

Commit 5629988a authored by Matt Casey's avatar Matt Casey Committed by Automerger Merge Worker
Browse files

Merge "Clear back stack when editing a screenshot" into rvc-dev am: 76942bc6...

Merge "Clear back stack when editing a screenshot" into rvc-dev am: 76942bc6 am: 45909b9a am: 68875a68

Change-Id: Iea62dfefd0d77cd00673bd09f35e19215ebda014
parents 1f627731 68875a68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -324,6 +324,7 @@ class SaveImageInBackgroundTask extends AsyncTask<Void, Void, Void> {
        editIntent.setData(uri);
        editIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
        editIntent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
        editIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);

        // Make sure pending intents for the system user are still unique across users
        // by setting the (otherwise unused) request code to the current user id.