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

Commit 4ee029d8 authored by Luca Stefani's avatar Luca Stefani Committed by Michael Bestas
Browse files

PermissionController: Enable permission hub by default

Change-Id: I0c7539947d381264db4c8c6cd80e3e490206fdbc
parent d8d0d606
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -784,7 +784,7 @@ public final class Utils {
     */
    public static boolean isPermissionsHubEnabled() {
        return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY,
                PROPERTY_PERMISSIONS_HUB_ENABLED, false);
                PROPERTY_PERMISSIONS_HUB_ENABLED, true);
    }

    /**