更换 定时任务的实现

This commit is contained in:
hyb1996
2018-12-15 16:45:01 +08:00
parent b79b25cfb3
commit 6f66956751
9 changed files with 112 additions and 89 deletions

View File

@@ -300,13 +300,6 @@
</intent-filter>
</receiver>
<receiver android:name=".timing.TimedTaskScheduler">
<intent-filter>
<action android:name="com.stardust.autojs.action.check_task"/>
<action android:name="com.android.deskclock.ALARM_ALERT"/>
</intent-filter>
</receiver>
</application>
</manifest>