Secretchallenge

SecretChallenge Step1.Task1 自启动Receiver需要在Manifest中定义,设置接收BOOT_COMPLETE的权限以及 设置intent-filter <intent-filter> <action android:name="android.intent.action.BOOT_COMPLETED"/> <!-- <action

Read More