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

Commit 3d7cf969 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4656203 from 52a5e114 to pi-release

Change-Id: Ieaf227513b096670a3053cbdf1c46739fb5fba40
parents 042c0fb2 52a5e114
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -193,7 +193,6 @@ public class ScopedAccessActivity extends Activity {
                    ft.commitAllowingStateLoss();

                    return true;

                });
    }

+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ public class ScopedAccessProvider extends ContentProvider {
            cr.takePersistableUriPermission(toPackage, grantedUri, persistFlags);
        } else {
            context.revokeUriPermission(grantedUri, grantFlags);
            cr.releasePersistableUriPermission(toPackage, grantedUri, persistFlags);
            // There's no need to release after revoking
        }
    }