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
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
The text was updated successfully, but these errors were encountered:
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...
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
The text was updated successfully, but these errors were encountered: