Fix extra constant value

Test: no test
Bug: 261990872
Change-Id: If047bc351d031a7c098846e0235ae5f35a44aa52
This commit is contained in:
Fabian Kozynski
2022-12-14 13:54:20 -05:00
parent 6ecaf45857
commit 968a6e14b9

View File

@@ -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