Merge "Revert "Change mounting storage data and obb flag to on by default"" into sc-dev
This commit is contained in:
@@ -258,7 +258,7 @@ public final class Sm {
|
||||
|
||||
public void runDisableAppDataIsolation() throws RemoteException {
|
||||
if (!SystemProperties.getBoolean(
|
||||
ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, true)) {
|
||||
ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, false)) {
|
||||
throw new IllegalStateException("Storage app data isolation is not enabled.");
|
||||
}
|
||||
final String pkgName = nextArg();
|
||||
|
||||
Reference in New Issue
Block a user