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

Commit 52d90259 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

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

Change-Id: I13038059551ff30499b6c167c80c1b58cd3b7622
parents 18512212 8303d7d9
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) {