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
``` 3.11.2
## Will this problem occur in demo?
#### Demo能否复现这问题?
``` 没有出现
``` 我这边把问题项目的清单文件配置全部检查了一下,都有了,但是在写的一个简单demo里面,配置完,使用正常
## Describe the problem or provide an error log?
#### 描述问题或提供错误log?
``` 我这边只做了简单的调用
PictureSelector.create(this)
.openGallery(SelectMimeType.ofImage())
.setSelectorUIStyle(PictureSelectorStyle())
.setImageEngine(GlideEngine.createGlideEngine())
.forResult(object : OnResultCallbackListener<LocalMedia> {
override fun onResult(result: java.util.ArrayList<LocalMedia>) {
}
override fun onCancel() {
}
})
``` 抓取到的日志:
2024-09-27 09:59:22.551 2466-9927 AppOps system_server E Bad call made by uid 10158. Package "cn.xxx.xx" does not belong to uid 10437.
2024-09-27 09:59:22.551 2466-9927 AppOps system_server E Cannot check Operation
java.lang.SecurityException: Specified package "cn.xxx.xx" under uid 10437 but it is not
at com.android.server.appop.AppOpsService.verifyAndGetBypass(AppOpsService.java:3945)
at com.android.server.appop.AppOpsService.verifyAndGetBypass(AppOpsService.java:3802)
at com.android.server.appop.AppOpsService.verifyAndGetBypass(AppOpsService.java:3794)
at com.android.server.appop.AppOpsService.checkOperationUnchecked(AppOpsService.java:2453)
at com.android.server.appop.AppOpsService.checkOperationImpl(AppOpsService.java:2436)
at com.android.server.appop.AppOpsService.-$$Nest$mcheckOperationImpl(AppOpsService.java:0)
at com.android.server.appop.AppOpsService$CheckOpsDelegateDispatcher.$r8$lambda$fx57Sum-uA3sXo7NCFwrI3iq4WM(AppOpsService.java:0)
at com.android.server.appop.AppOpsService$CheckOpsDelegateDispatcher$$ExternalSyntheticLambda10.apply(R8$$SyntheticClass:0)
at com.android.server.policy.AppOpsPolicy.checkOperation(AppOpsPolicy.java:221)
at com.android.server.appop.AppOpsService$CheckOpsDelegateDispatcher.checkOperation(AppOpsService.java:6527)
at com.android.server.appop.AppOpsService.checkOperation(AppOpsService.java:2421)
at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:457)
at android.os.Binder.execTransactInternal(Binder.java:1366)
at android.os.Binder.execTransact(Binder.java:1310)
The text was updated successfully, but these errors were encountered:
Current use version?
当前使用的版本是多少?
The text was updated successfully, but these errors were encountered: