<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xdandroid.hellodaemon"><uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/><uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/><application android:label="@string/app_name"><receiverandroid:name="com.xdandroid.hellodaemon.WakeUpReceiver"android:process=":watch"><intent-filter><action android:name="android.intent.action.USER_PRESENT"/><action android:name="android.intent.action.ACTION_POWER_CONNECTED"/><action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/><action android:name="com.xdandroid.hellodaemon.CANCEL_JOB_ALARM_SUB"/></intent-filter></receiver><receiverandroid:name="com.xdandroid.hellodaemon.WakeUpReceiver$WakeUpAutoStartReceiver"android:process=":watch"><intent-filter><action android:name="android.intent.action.BOOT_COMPLETED"/><action android:name="android.net.conn.CONNECTIVITY_CHANGE"/></intent-filter><intent-filter><action android:name="android.intent.action.PACKAGE_ADDED"/><action android:name="android.intent.action.PACKAGE_REMOVED"/><data android:scheme="package"/></intent-filter></receiver><service android:name="com.xdandroid.hellodaemon.AbsWorkService$WorkNotificationService"/><serviceandroid:name="com.xdandroid.hellodaemon.JobSchedulerService"android:permission="android.permission.BIND_JOB_SERVICE"android:enabled="true"android:exported="true"android:process=":watch"/><serviceandroid:name="com.xdandroid.hellodaemon.WatchDogService"android:process=":watch"/><serviceandroid:name="com.xdandroid.hellodaemon.WatchDogService$WatchDogNotificationService"android:process=":watch"/></application></manifest>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。