ICS Android enable gps programmatically?(ICS Android以编程方式启用gps?)
问题描述
我知道这个问题在这里被问了很多,但我只是想知道自从 ICS 发布以来,有没有办法以编程方式启用 gps?
I know this question been asked a lot here, but just wondering since ICS got released, is there a way to enable gps programmatically?
我正在尝试启用 gps 并将设备的位置发送到电子邮件,应用程序将在收到短信时启动.
am trying to enable gps and send the location of the device to an email, the app will start when it receives an sms message.
推荐答案
有没有办法以编程方式启用 gps?
is there a way to enable gps programmatically?
我希望不会,因为那将是隐私缺陷.AFAIK,所有允许恶意软件以编程方式启用 GPS 的已知漏洞现已关闭.
I hope not, as that would be a privacy flaw. AFAIK, all known holes that allowed malware to enable GPS programmatically have now been closed.
我正在尝试启用 gps 并将设备的位置发送到电子邮件
am trying to enable gps and send the location of the device to an email
用户控制是否启用 GPS.
The user controls whether GPS is enabled or not.
这篇关于ICS Android以编程方式启用gps?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:ICS Android以编程方式启用gps?


- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01