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

Commit d44b3028 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Add CancellationSignal support to file operations." into klp-dev

parents 22afcf66 45c0b504
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -584,7 +584,6 @@ public class DocumentsActivity extends Activity {
            SaveFragment.get(fm).setReplaceTarget(doc);
        } else if (mAction == ACTION_MANAGE) {
            // Open the document
            // TODO: trampoline activity for launching downloaded APKs
            final Intent intent = new Intent(Intent.ACTION_VIEW);
            intent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
            intent.setData(doc.uri);