6.7.0 - Alpha10 - 设置页面增加 "定时任务调度引擎" 设置选项, 支持 AlarmManager/WorkManager/JobScheduler (issue #457, #388, #163, #53, #21)
This commit is contained in:
@@ -600,6 +600,20 @@
|
||||
<!-- </intent-filter>-->
|
||||
<!--</receiver>-->
|
||||
|
||||
<receiver
|
||||
android:name="org.autojs.autojs.timing.TimedTaskAlarmReceiver"
|
||||
android:exported="false" />
|
||||
|
||||
<receiver
|
||||
android:name="org.autojs.autojs.timing.BootCompletedReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<activity
|
||||
android:name="org.autojs.autojs.theme.app.ColorSelectActivity"
|
||||
android:theme="@style/MtAppTheme.FullScreen" />
|
||||
|
||||
Reference in New Issue
Block a user