We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c1d17 commit d776f61Copy full SHA for d776f61
core/java/android/content/pm/PackageManager.java
@@ -1092,7 +1092,8 @@ public NameNotFoundException(String name) {
1092
= "android.content.pm.extra.VERIFICATION_INSTALL_FLAGS";
1093
1094
/** {@hide} */
1095
- public static final boolean DEFAULT_ENFORCE_READ_EXTERNAL_STORAGE = !"user".equals(Build.TYPE);
+ // TODO: enable this for userdebug and eng builds; see 6389556
1096
+ public static final boolean DEFAULT_ENFORCE_READ_EXTERNAL_STORAGE = false;
1097
1098
/**
1099
* Retrieve overall information about an application package that is
0 commit comments