android - 播放控制台中的 QUERY_ALL_PACKAGES 问题

标签 android react-native google-play

我在 Play 商店中发布了一个 APP。这个APP有一个使用的库QUERY_ALL_PACKAGES 允许。
所以,我在我的 中删除了这个权限。 AndroidManifest.xml

<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:node="remove"
    tools:ignore="QueryAllPackagesPermission" />
之后我将新版本上传到游戏控制台,但它仍然一直说 QUERY_ALL_PACKAGES 存在许可。
我的新版本: 3603
enter image description here
enter image description here
请注意,此构建中不存在 QUERY_ALL_PACKAGES 权限
似乎问题仍然与以前的版本相关联,它仍然具有 QUERY_ALL_PACKAGES 权限。
enter image description here
ps:BUILD 3494 是旧版本
简而言之,我无法上传具有更新权限的版本,因为它仍然要求填写表格以使用 QUERY_ALL_PACKAGES,即使删除此权限也是如此。
谁能帮忙?

最佳答案

我相信这个问题描述了同样的问题,并且得到了回答。
QUERY_ALL_PACKAGES permission issue while my app doesn't contain it

关于android - 播放控制台中的 QUERY_ALL_PACKAGES 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73071518/

相关文章:

react-native - React Native - 运行命令时出现错误 "react-native unlink"

reactjs - 错误 : "Unable to resolve module ` ./InitialWindowSafeAreaInsets`

android - 如何在 Android 应用程序的 Google Play 控制台上修复 "SMS and CALL_LOG permission violation"

android - "Insufficient Storage Available"即使设备内存中有大量可用空间

android - Google Play 显示 - 您的设备与此版本不兼容,无法下载该应用程序

android - react native 推送通知 onNotification 不会触发

java - 将编辑文本添加到自定义 View 中

javascript - 在 React Native 中将参数传递给组件

android - 在 Android Studio 中为 Kotlin 模块配置 "build.gradle"

android - 使用 Espresso 的 Activity 测试中的 NoClassDefFoundError