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 was archived by the owner on Apr 15, 2026. It is now read-only.
插件调用ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.CAMERA}, 100)方法时报错:
java.lang.AbstractMethodError: abstract method "java.lang.String android.content.pm.PackageManager.getPermissionControllerPackageName()"
是不是插件的PackageManager找不到实现的类