summaryrefslogtreecommitdiff
path: root/cmds
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2021-05-13 22:17:21 +0000
committerAlan Stokes <alanstokes@google.com>2021-05-14 10:30:54 +0000
commit6f5423bb8c7a50f0f964e09f02da90ef8da47f2a (patch)
tree310967033c8ed8e154c7b2cc9378d024e96e8cb5 /cmds
parentb11309b1fcba4c1ce16f3d252a75d8a3748a9059 (diff)
Revert "Change mounting storage data and obb flag to on by default"
Revert "Remove storage app data isolation checking in CTS" Revert submission 14325408-enable_storage_iso_2 Reason for revert: b/187939590 Reverted Changes: I6391b7381:Change mounting storage data and obb flag to on by... Ic2f3d1be2:Remove storage app data isolation checking in CTS Iffa8339b1:Change mounting storage data and obb flag to on by... Bug: 187939590 Bug: 148049767 Change-Id: I7fa2947593d0fe743def804bf4f7b57920978e40
Diffstat (limited to 'cmds')
-rw-r--r--cmds/sm/src/com/android/commands/sm/Sm.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/sm/src/com/android/commands/sm/Sm.java b/cmds/sm/src/com/android/commands/sm/Sm.java
index f5bee6c0c724..260c8a47ea3c 100644
--- a/cmds/sm/src/com/android/commands/sm/Sm.java
+++ b/cmds/sm/src/com/android/commands/sm/Sm.java
@@ -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();