Android->setting:add SchedulePowerOnOff function
This commit is contained in:
@ -2254,9 +2254,7 @@
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<receiver
|
||||
android:name=".BootReceiver"
|
||||
<receiver android:name=".BootReceiver"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
@ -2264,6 +2262,11 @@
|
||||
</intent-filter>
|
||||
|
||||
</receiver>
|
||||
<receiver android:name="ScheduleOnOffReceiver" android:process=":remote">
|
||||
<intent-filter>
|
||||
<action android:name="android.timerswitch.run_power_off"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<!--$_rbox_$_modify_$_end-->
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user