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

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

Merge "Disable READ_EXTERNAL enforcement until API level cut."

parents 90041f04 d776f617
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1092,7 +1092,8 @@ public abstract class PackageManager {
            = "android.content.pm.extra.VERIFICATION_INSTALL_FLAGS";

    /** {@hide} */
    public static final boolean DEFAULT_ENFORCE_READ_EXTERNAL_STORAGE = !"user".equals(Build.TYPE);
    // TODO: enable this for userdebug and eng builds; see 6389556
    public static final boolean DEFAULT_ENFORCE_READ_EXTERNAL_STORAGE = false;

    /**
     * Retrieve overall information about an application package that is