Unable to import files in newer versions of Android TV app
Alan Matthews
emustrich at gmail.com
Thu Jan 29 20:47:05 UTC 2026
Attempting to import a client config file results in the message
"Please install a file management utility to browse files" on my
device running Fire OS 8 (Android TV 11 based).
This is likely due to commit 67db72a (TvMainActivity: use OpenDocument
instead of GetContent), as it occurs with v1.0.20260102, but not with
v1.0.20250515.
According to the documentation[1]: "Third-party apps can't respond to
an intent with the ACTION_OPEN_DOCUMENT action. Instead, the system
receives this
intent and displays all the files available from various apps in a
unified user interface."
My device does not appear to have a first-party file picker, which
would explain why OpenDocument does not work.
The commit mentions that the change was necessary for Android TV 14
(is it actually?), but regardless there should be a fallback to
GetContent if OpenDocument fails.
[1] https://developer.android.com/guide/components/intents-common#OpenFile
More information about the WireGuard
mailing list