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

Commit ae2f8b14 authored by Alex Salo's avatar Alex Salo
Browse files

Fix typo that leads to attention not working

Bug: 158809162
Test: locally with flag override
Change-Id: Ie573e85c253ef9854fb7980fea4849c3753a9608
parent fd4448ac
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;