如何根据 GPS 位置和其他事件启动 Android 服务/活动/对话框
如何启动一个基于android的服务/活动/对话框 1-用户插入新的SIM卡 2-基于存储在SQLite数据库中的GPS
位置
how to start an android service/activity/dialog based on
1- user inserts new SIM card
2- based on GPS location stored in SQLite database
regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1 - 这是答案更换SIM卡时的事件
2 - 您可以监听位置更改(LocationListener),获取坐标并检查它们是否在您的数据库中。
1 - Here is the answer Event when sim card is changed
2 - You can listen location changes (LocationListener), get coordinates and check if they are in your db.