Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Play上架审核提示使用了REQUEST_INSTALL_PACKAGES权限 #1812

Open
wstown opened this issue Jul 2, 2024 · 4 comments
Open

Google Play上架审核提示使用了REQUEST_INSTALL_PACKAGES权限 #1812

wstown opened this issue Jul 2, 2024 · 4 comments
Assignees

Comments

@wstown
Copy link

wstown commented Jul 2, 2024

描述需求

应用集成AndroidUtilCode后,无法提交Google Play审核,Google Play提示如下:
“软件包安装请求权限”声明不完整
所有使用 REQUEST_INSTALL_PACKAGES 权限的开发者都必须填写此声明,否则应从其应用的清单中移除该权限

从编译后的文件来看,是AndroidUtilCode用到了这个权限,应该怎么过滤掉这个以便提交Google Play审核呢?

@OnClickListener2048
Copy link

OnClickListener2048 commented Jul 9, 2024

image

@wstown
Copy link
Author

wstown commented Jul 9, 2024

AndroidManifest.xml中已经添加了<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove" /> ,但是还是同样的问题,无法提交Google Play审核,Google Play提示如下:
“软件包安装请求权限”声明不完整
所有使用 REQUEST_INSTALL_PACKAGES 权限的开发者都必须填写此声明,否则应从其应用的清单中移除该权限
Screenshot 2024-07-09 at 9 27 20 PM

@OnClickListener2048
Copy link

AndroidManifest.xml中已经添加了<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove" /> ,但是还是同样的问题,无法提交Google Play审核,Google Play提示如下: “软件包安装请求权限”声明不完整 所有使用 REQUEST_INSTALL_PACKAGES 权限的开发者都必须填写此声明,否则应从其应用的清单中移除该权限 Screenshot 2024-07-09 at 9 27 20 PM
你先去查看一下打的包是否真的含有request_install_package这个权限

@WeiLianYang
Copy link

AndroidManifest.xml中已经添加了<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove" /> ,但是还是同样的问题,无法提交Google Play审核,Google Play提示如下: “软件包安装请求权限”声明不完整 所有使用 REQUEST_INSTALL_PACKAGES 权限的开发者都必须填写此声明,否则应从其应用的清单中移除该权限 Screenshot 2024-07-09 at 9 27 20 PM

com.blankj:utilcodex:1.31.1 没有发现这个权限呢,REQUEST_INSTALL_PACKAGES ,你确定是由这个库合并进来的 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants