Flex移动项目:提示用户在Android手机中打开GPS

发布于 2024-12-01 06:33:52 字数 61 浏览 1 评论 0原文

是否可以在flex mobile项目中提示用户打开android手机的gps。如果可能的话请告诉我该怎么做。

Is it possible to prompt user to turn on gps of android mobile in flex mobile project. If possible please tell me how to do this.

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

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

发布评论

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

评论(2

洋洋洒洒 2024-12-08 06:33:52

我认为您需要编写一个本机扩展。
可能有人已经这样做了。你应该稍微谷歌一下。
如果您找不到解决此任务的本机扩展,则必须编写自己的扩展。
Adobe 提供了有关如何执行此操作的详细文档。

Lee brimlow 在他的网站上还有一个关于本机扩展的优秀教程。
www.gotoandlearn.com

I think you would need to write a native extension.
It´s possible that someone has already done this. You shold google a bit.
If you cant find a native extension which solves this task you have to write your own.
Adobe gives graet documentations of how to do this.

Lee brimlow has also an excellent tutorial about native extensions on his site.
www.gotoandlearn.com

ぇ气 2024-12-08 06:33:52
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
 startActivity(intent);
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
 startActivity(intent);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文