Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android应用开机自启动示例程序 | α-LIB #91

Open
luyang14 opened this issue Mar 25, 2022 · 0 comments
Open

Android应用开机自启动示例程序 | α-LIB #91

luyang14 opened this issue Mar 25, 2022 · 0 comments

Comments

@luyang14
Copy link
Owner

http://iotts.com.cn/blog/2022/03/01/Android%E5%BA%94%E7%94%A8%E5%BC%80%E6%9C%BA%E8%87%AA%E5%90%AF%E5%8A%A8%E7%A4%BA%E4%BE%8B%E7%A8%8B%E5%BA%8F/#more

当Android启动时,会发出一个系统广播,内容为ACTION_BOOT_COMPLETED,它的字符串常量表示为 android.intent.action.BOOT_COMPLETED。我们要做的是做好接收这个消息的准备,而实现的手段就是实现一个BroadcastReceiver。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant