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

Commit 599a8341 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

Revert "DO NOT MERGE: pinner: Toggle camera pinning on by default"

Revert "DO NOT MERGE: properties: Toggle iorapd off by default."

Revert submission 10488248-iorap-off-by-default

Reason for revert: we now have better debugging support (dumpsys/systrace) in iorapd
Reverted Changes:
I805731d56:DO NOT MERGE: pinner: Toggle camera pinning on by ...
I04f249da4:DO NOT MERGE: properties: Toggle iorapd off by def...

Bug: 150711178
Change-Id: Ied7176eb15da5cf89891b6aeec078aa25d03ebcb
parent af9990bf
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);