-
Notifications
You must be signed in to change notification settings - Fork 156
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
Crash with permission error at method getPackagesForUid (Android 12) #902
Comments
I am using work profile (BBS is running under the main profile). I am not sure whether it affects. |
Same here on A13, Magisk, root + Shelter, latest BBS...
|
You might as well look at the logcat to see when BBS crashes (by looking at the keyword |
The fix is to add this to AndroidManifest.xml and rebuild the app. Permissions need to be granted as well.
|
In case anyone asks themselves how to get their work profile id:
Here id is 10 |
I am having the same on android 13, pixel 7a. I am using the work profile too. I tried to grant the app INTERACT_ACROSS_USERS but since it is not in the manifest, it was rejected. |
BBS 3.0
LOS 19.1 (Android 12)
When I click "partial wakelocks" (including the "raw statistics"), BBS crashes, with log
The debug info contains sensitive info, but there are
Result [wakelock ...
which ends up withWakelock [m_wakeType=0, m_name=androidx.core:wake:com.google.android.gms/or
which seems incomplete.Surrounding logs, maybe useful:
The text was updated successfully, but these errors were encountered: