notify card accOn when acc on
This commit is contained in:
@@ -17,4 +17,9 @@ public interface IMogoModuleLifecycle {
|
||||
* 卡片不可用,任何卡片的操作都会被launcher忽略
|
||||
*/
|
||||
void onDisable();
|
||||
|
||||
/**
|
||||
* accOn 事件回调
|
||||
*/
|
||||
void accOn();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user