Android OPEN_DOCUMENT activities failing on OnePlus 8T (KB2005)
0
votes
1
answer
499
views
I have OnePlus 8T (KB2005), OxygenOS 13.1.0.581 (KB2005_13.1.0.581 (EX01)). Rooted with Magisk (26300), Zygisk enabled.
When an app attempts to bring up a file opening dialogue, it either crashes or fails for some reason. For instance, I can't attach files in the Gmail app or open a ROM in My Boy!, and this issue seems to occur with all apps.
The problem appears to be related to handling [
ACTION_OPEN_DOCUMENT_TREE
](https://developer.android.com/reference/android/content/Intent.html#ACTION_OPEN_DOCUMENT_TREE) and also ACTION_OPEN_DOCUMENT
.
Here's an example of the exact error taken from logcat:
notifyUnstableAppInfo: Bundle[{unstableTime=1697596562427, reason=crash, userId=0, exceptionMsg=No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT cat=[android.intent.category.OPENABLE] typ=*/* (has extras) }, exceptionClass=android.content.ActivityNotFoundException, app_channel_type=unstable, packageName=com.fastemulator.gba, unstable_restrict_switch=true}]
This seems to suggest that none of the apps I have support this particular activity, even though I have around five different file managers, including the 'default' Google one. Therefore, at least one of them should have worked.
I'm not sure if this issue is related to rooting, which I did using Magisk. I couldn't find anyone else online with this specific problem. I'm hoping that someone might be able to shed some light on what might be happening here or help me investigate it further.
Link to XDA thread: https://xdaforums.com/t/android-file-folder-activities-failing-on-kb2005.4636820/
Asked by 1419636215
(51 rep)
Oct 22, 2023, 01:42 AM
Last activity: Oct 25, 2023, 06:07 PM
Last activity: Oct 25, 2023, 06:07 PM