最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - READ_MEDIA_IMAGE and READ_MEDIA_VIDEO remove but error message when build - Stack Overflow

programmeradmin0浏览0评论

Following Google Play's statements on image access permissions, I remove READ_MEDIA_IMAGE and READ_MEDIA_VIDEO in AndroidManifest but I always have the error message

Google Api Error: Invalid request - All developers requesting access to the photo and video permissions are required to tell Google Play about the core functionality of their app

I even tried to remove them explicitly :

<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" tools:node="remove" /><uses-permission android:name="android.permission.READ_MEDIA_VIDEO" tools:node="remove" />

Has anyone else had this issue? Do you know what I should do?

发布评论

评论列表(0)

  1. 暂无评论