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

admin2025-04-15  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?

转载请注明原文地址:http://www.anycun.com/QandA/1744717040a86642.html