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

Commit a189e486 authored by Igor Murashkin's avatar Igor Murashkin Committed by Automerger Merge Worker
Browse files

Revert "DO NOT MERGE: pinner: Toggle camera pinning on by default" am: 599a8341 am: 361d493a

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