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

Commit 361d493a 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

Change-Id: I04c7e107346391f7819cd8066e081a2dbd4c135d
parents ee71b50b 599a8341
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", true));
                                    SystemProperties.getBoolean("pinner.pin_camera", false));
    // Pin using pinlist.meta when pinning apps.
    private static boolean PROP_PIN_PINLIST = SystemProperties.getBoolean(
            "pinner.use_pinlist", true);