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?
基础教程推荐
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
