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

Commit d5a27db1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Set pinner.pin_camera default to true." into sc-dev am: 8303d7d9 am: 52d90259

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15061671

Change-Id: Ia09bac9b439309e3716d5092d5be29f683155f71
parents a87b0fb8 52d90259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,7 @@ public final class PinnerService extends SystemService {
        boolean shouldPinCamera = mConfiguredToPinCamera
                && DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_RUNTIME_NATIVE_BOOT,
                        "pin_camera",
                        SystemProperties.getBoolean("pinner.pin_camera", false));
                        SystemProperties.getBoolean("pinner.pin_camera", true));
        if (shouldPinCamera) {
            pinKeys.add(KEY_CAMERA);
        } else if (DEBUG) {