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

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

Merge "Fix typo that leads to attention not working" into rvc-d1-dev am:...

Merge "Fix typo that leads to attention not working" into rvc-d1-dev am: 6469679e am: 7cd08292 am: 36433b64

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

Change-Id: I68a023f07f1d1bd5c2cdae68c09c3d28f28197f0
parents cd027c9b 36433b64
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
package com.android.server.power;

import static android.provider.DeviceConfig.NAMESPACE_ATTENTION_MANAGER_SERVICE;
import static android.provider.Settings.Secure.ADAPTIVE_SLEEP;

import android.Manifest;
import android.app.ActivityManager;
@@ -80,7 +79,7 @@ public class AttentionDetector {
     * DeviceConfig flag name, describes the limit of how long the device can remain unlocked due to
     * attention checking.
     */
    static final String KEY_MAX_EXTENSION_MILLIS = "post_dim_check_duration_millis";
    static final String KEY_MAX_EXTENSION_MILLIS = "max_extension_millis";

    private Context mContext;