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

Commit 968a6e14 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Fix extra constant value

Test: no test
Bug: 261990872
Change-Id: If047bc351d031a7c098846e0235ae5f35a44aa52
parent 6ecaf458
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public abstract class ControlsProviderService extends Service {
     * @hide
     */
    public static final String EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS =
            "android.service.controls.EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS";
            "android.service.controls.extra.EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS";

    /**
     * @hide