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

GrantPermissionsActivity java.lang.ClassNotFoundException #6

Open
Numen-fan opened this issue Sep 26, 2022 · 1 comment
Open

GrantPermissionsActivity java.lang.ClassNotFoundException #6

Numen-fan opened this issue Sep 26, 2022 · 1 comment

Comments

@Numen-fan
Copy link

When I run on Android 12, and launching Permission Activity, I got this error
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.lbe.security.miui/com.android.packageinstaller.permission.ui.GrantPermissionsActivity}: java.lang.ClassNotFoundException: Didn't find class "com.android.packageinstaller.permission.ui.GrantPermissionsActivity" on path: DexPathList

@SarotecK
Copy link
Member

This issue seems not to be related to this project.

However, "om.android.packageinstaller.permission.ui.GrantPermissionsActivity" is not guaranteed to be there on all android versions / devices. As i can see ur testing on a device with miui UI. Possible that the activity has a different classpath or name there...

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

No branches or pull requests

2 participants