简体   繁体   English

向用户显示的Android应用权限

[英]Android app permissions as shown to user

what does the permission " broadcast data messages to apps " mean? 向应用程序广播数据消息 ”权限是什么意思? On the Play-store I can see this app permission but I cannot figure out which permission in the code does this map to exactly. 在Play商店中,我可以看到该应用程序的权限,但是我无法弄清楚代码中的哪个权限可以准确地映射到该权限。

Any help would be appreciated. 任何帮助,将不胜感激。

Thanks, Sonal 谢谢,Sonal

The messages you posted is for following permission 您发布的消息是为了获得以下权限

com.google.android.permission.BROADCAST_DATA_MESSAGE

Description of the permission: 权限说明:

Can broadcast data messages received from the Internet to apps registered to listen for them. 可以将从Internet接收的数据消息广播到已注册以监听它们的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM