Android 中的守护进程
是否有通过 Google 或任何其他注册站点创建守护程序应用程序的注册过程?
我们正在制作一个在后台运行的警报应用程序。我们可以创建一个守护进程还是提供其他方法?
Is there any registration process for creating a daemon application with Google or any other registration site?
We are making an alert application that runs in the background. Can we create a daemon or is there some another method provided?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它称为“服务”:
It's called "Service":
不,你不能。即使您是注册的 Android 开发人员。
除了自己的员工之外,谷歌不希望任何人编写系统代码。这就是为什么在 Android 设备上获得 root 访问权限如此具有挑战性。是的,部分原因是它使 Android 非常安全……但这也意味着 Android 实际上成为一个只有 Google 员工才能访问的封闭系统。
对不起。
No, you can't. Even if you're a registered Android developer.
Google does not want anybody except their own employees writing system code. That's why gaining root access on android devices is so challenging. Yes, part of the reason is that it makes Android reeeaaall secure...but it also means that Android effectively becomes a closed system that only Google employees can access.
Sorry.