Android->setting:add SchedulePowerOnOff function

This commit is contained in:
cjp
2016-03-25 15:20:59 +08:00
committed by Guanzl
parent e0b865f2fb
commit a3ff837be0
11 changed files with 69 additions and 4 deletions

View File

@ -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>