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

Commit 8209c810 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by The Android Automerger
Browse files

Disable READ_EXTERNAL enforcement until API level cut.

Bug: 6389556
Change-Id: I78238b9de24c1b8ebb4fdc35d8aafd2e85a4adfe
parent e254afaa
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1092,7 +1092,8 @@ public abstract class PackageManager {
            = "android.content.pm.extra.VERIFICATION_INSTALL_FLAGS";
            = "android.content.pm.extra.VERIFICATION_INSTALL_FLAGS";


    /** {@hide} */
    /** {@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
     * Retrieve overall information about an application package that is