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

Commit 51b60e8a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

DO NOT MERGE: pinner: Toggle camera pinning on by default am: af9990bf am:...

DO NOT MERGE: pinner: Toggle camera pinning on by default am: af9990bf am: 1e98f094 am: d276406f

Change-Id: I6acac99cd249831ff0ba9a1b9b09167c35180fbf
parents 7925113a d276406f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public final class PinnerService extends SystemService {
    private static boolean PROP_PIN_CAMERA =
            DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_RUNTIME_NATIVE_BOOT,
                                    "pin_camera",
                                    SystemProperties.getBoolean("pinner.pin_camera", false));
                                    SystemProperties.getBoolean("pinner.pin_camera", true));
    // Pin using pinlist.meta when pinning apps.
    private static boolean PROP_PIN_PINLIST = SystemProperties.getBoolean(
            "pinner.use_pinlist", true);