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

Commit 92520a5a authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

base: Enable support for editing screenshot after taken

Change-Id: I6c583bca4396f0b94202e9b93d81d5b1f3ff5e82
parent 7851e0b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -526,6 +526,7 @@ class SaveImageInBackgroundTask extends AsyncTask<Void, Void, Void> {
            // Create the intent to show the screenshot in gallery
            Intent launchIntent = new Intent(Intent.ACTION_VIEW);
            launchIntent.setDataAndType(mParams.imageUri, "image/png");
            launchIntent.putExtra("from-snapcam", true);
            launchIntent.setFlags(
                    Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_GRANT_READ_URI_PERMISSION);