commit | 30f947d6f62aa725635c8e8f9989ad83d6b29e6e | [log] [tgz] |
---|---|---|
author | Ricky Wai <rickywai@google.com> | Thu Dec 19 17:24:48 2019 +0000 |
committer | Ricky Wai <rickywai@google.com> | Wed Jan 15 01:55:31 2020 +0000 |
tree | 51b8222f8efd15d7644d8340ff3e969f172ecbbd | |
parent | dc82d9e659fbcbfd7e58e2f830105e13391c2917 [diff] [blame] |
Enable app data isolation by default Bug: 143937733 Test: Device boots normally Change-Id: I98619e5e520c7a16ba25ef22133d969ab84aa5ef
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp index a10baa6..e7b0d5d 100644 --- a/cmds/installd/InstalldNativeService.cpp +++ b/cmds/installd/InstalldNativeService.cpp
@@ -273,7 +273,7 @@ ps->startThreadPool(); ps->giveThreadPoolName(); sAppDataIsolationEnabled = android::base::GetBoolProperty( - kAppDataIsolationEnabledProperty, false); + kAppDataIsolationEnabledProperty, true); return android::OK; }