cmsdk: send intent to intialize CMHW
Ref: OPO-513 Change-Id: Iedd88bfad12b8f257bb792bf024d8eefa92b321c Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
c2efaa7794
commit
e3c966861f
@@ -77,4 +77,15 @@ public class Intent {
|
||||
public static final String ACTION_SCREEN_CAMERA_GESTURE =
|
||||
"cyanogenmod.intent.action.SCREEN_CAMERA_GESTURE";
|
||||
|
||||
/**
|
||||
* Broadcast action: perform any initialization required for CMHW services.
|
||||
* Runs when the service receives the signal the device has booted, but
|
||||
* should happen before {@link android.content.Intent#ACTION_BOOT_COMPLETED}.
|
||||
*
|
||||
* Requires {@link cyanogenmod.platform.Manifest.permission#HARDWARE_ABSTRACTION_ACCESS}.
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTION_INITIALIZE_CM_HARDWARE =
|
||||
"cyanogenmod.intent.action.INITIALIZE_CM_HARDWARE";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user