Android的地图V2

编程入门 行业动态 更新时间:2024-10-27 23:29:39
本文介绍了Android的地图V2 - 为什么MAPS_RECEIVE许可的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

认为这是一个维基的问题。

Consider this as a wiki question.

当我安装我的项目,以支持地图V2,已经有一个步骤添加MAPS_RECEIVE权限。

While I setup my project to support Map V2, There has been a step to add MAPS_RECEIVE permission.

<permission android:name="com.example.mapdemo.permission.MAPS_RECEIVE" android:protectionLevel="signature"/> <uses-permission android:name="com.example.mapdemo.permission.MAPS_RECEIVE"/>

为什么我们创建和使用的应用程序本身的权限?

Why we creating and consuming the permission from the app itself?

是,谷歌使用该许可播放服务的应用程序进行交互?

Is that google play services app interact using this permission ?

此权限不能接受这些东西照顾?

This permission can't takes care of these things?

<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>

我想使用自定义的权限是为了让其他应用程序来启动/使用我们的应用程序的服务/资源。

I thought the use of custom permission is to allow other apps to launch/use our app's services/resources.

推荐答案

对于未来的访客:

这个权限是现在完全没有必要的。最新更新   谷歌播放服务3.1.59做了也没用。其结果是,它可以是   删除。

This permission is now completely unnecessary. The latest update of Google Play Services 3.1.59 made it useless. As a result, it can be removed.

更多推荐

Android的地图V2

本文发布于:2023-11-25 16:39:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1630526.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:地图   Android

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!