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

Commit 30f947d6 authored by Ricky Wai's avatar Ricky Wai
Browse files

Enable app data isolation by default

Bug: 143937733
Test: Device boots normally
Change-Id: I98619e5e520c7a16ba25ef22133d969ab84aa5ef
parent dc82d9e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ status_t InstalldNativeService::start() {
    ps->startThreadPool();
    ps->giveThreadPoolName();
    sAppDataIsolationEnabled = android::base::GetBoolProperty(
            kAppDataIsolationEnabledProperty, false);
            kAppDataIsolationEnabledProperty, true);
    return android::OK;
}