We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
具体需求不是简简单单的开机启动,而是需要不经过桌面直接启动,如果你有厂商的联系方式,其实还是比较好办的,直接按照教程一步一步来就 ok,他们会帮你适配。
这里列一下一般的处理步骤,具体可以参考 https://www.jianshu.com/p/92cc2b41443b
BootBroadcastReceiver
RECEIVE_BOOT_COMPLETED
BOOT_COMPLETED
于此同时,也可以设置为系统桌面,在 mainactivity 的 intent-fliter 标签里添加下面的代码
<category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT" />
即可
The text was updated successfully, but these errors were encountered:
No branches or pull requests
具体需求不是简简单单的开机启动,而是需要不经过桌面直接启动,如果你有厂商的联系方式,其实还是比较好办的,直接按照教程一步一步来就 ok,他们会帮你适配。
这里列一下一般的处理步骤,具体可以参考 https://www.jianshu.com/p/92cc2b41443b
BootBroadcastReceiver
RECEIVE_BOOT_COMPLETED
BOOT_COMPLETED
于此同时,也可以设置为系统桌面,在 mainactivity 的 intent-fliter 标签里添加下面的代码
即可
参考
The text was updated successfully, but these errors were encountered: