You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.
系统:鸿蒙3.0,android 11
流程:
【1】
配置文件中添加:
【2】
MainActicity中添加:
PackageManager packageManager = getPackageManager();
List packageInfolist = packageManager.getInstalledPackages(0);
现象:
进入MainActivity,会出现权限请求弹窗
问题:
点击弹窗中的同意或者拒绝后,我调用
ContextCompat.checkSelfPermission(context,
Manifest.permission.QUERY_ALL_PACKAGES)
想判断权限是否授予,但结果总是返回 PERMISSION_GRANTED
请教大佬这是什么原因呢?
The text was updated successfully, but these errors were encountered: