Test: m sdk
Fixes: 263382004
Change-Id: I0bdf0490b3ff8797154682a246c45bd5dba61b91
This commit is contained in:
Fabian Kozynski
2022-12-21 13:17:30 -05:00
parent 91a3484e98
commit 0ebe3ffb3c

View File

@@ -61,7 +61,7 @@ public abstract class ControlsProviderService extends Service {
* the same package that will be launched embedded in the device controls space.
*
* The activity must be exported, enabled and protected by
* {@link Manifest.permission.BIND_CONTROLS}.
* {@link Manifest.permission#BIND_CONTROLS}.
*
* It is recommended that the activity is declared {@code android:resizeableActivity="true"}.
*/