开发一款隐形 Android 应用

发布于 2024-11-07 03:43:45 字数 177 浏览 2 评论 0原文

对于我的学校项目,我必须开发一个 Android 应用程序,该应用程序可以持续跟踪手机的所有者,并让他在丢失时跟踪手机。

对于这种应用程序,我需要在手机启动时在后台启动该应用程序。 我想知道我怎样才能做到这一点?

也许您对我可以用来跟踪手机所有者是否在手机附近的所有传感器有一些想法。

谢谢!

For my schoolproject I have to develop an Android app that continuously tracks the owner of the phone and let him track the phone when lost.

For this kind of app I need to start the app in the background whenever the phone boots.
I was wondering how I could do that?

And perhaps you have some ideas of all the sensors I could use to track if the owner is near the phone.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔姬 2024-11-14 03:43:45

使用 BroadcastReceiver 在启动完成后启动一些东西。

Use BroadcastReceiver to start somthing on the boot completed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文