Thread with 13 posts
jump to expanded posti love Android. i love how it is the future of computing, because i love progress, and i love innovation, and i love how innovation only makes things better. i love how computers keep getting even more useful. i love how a new generation only know Android. https://github.com/hikari-no-yume/touchHLE/commit/6d714bbf0d2c64743c7b2b24e9c5af479b17631c
please stop trying to kill the file system. please. please for the love of all that is good in the world
by the way, the solution to the same problem on iOS is just:
"UIFileSharingEnabled": true,
it's existed for thirteen years, it doesn't require any code, and it supports normal fucking POSIX filesystem APIs
this is made all the more confusing by the fact newer Android versions still use the “file” and “file manager” metaphor in user-facing text, and there is a long list of exceptions that make it very hard to make general statements. many users will not have noticed the change.
in Android 11, Google fundamentally changed what a file is and what a file manager does, without communicating this to users. we as app developers are left to pick up the pieces, desperately trying to explain this incomprehensible system to users who think we're gaslighting them.
btw while Google were reinventing the filesystem they created a new URI scheme for “content” that is apparently unusable for the most important application of URIs, namely hyperlinks. opening “content://org.touchhle.android.provider/” brings up… the Messages app??? what the fuck
ok never mind, it's just “content://org.touchhle.android.provider/root/root”. allegedly this only works on some devices but look, that's almost a normal URI. do not ask me why it opens Messages if i get the path wrong
btw adb shell am to-uri
and adb shell am start-activity
are extremely useful.
also in case you didn't believe me about the file manager not being a file manager: its true name is com.android.documentsui
@hikari How does the design principle of treating everything as a file mutate into this?
Does it have some connection with Android's weird hostility to microSDs?
@hikari I do like how elegant this stuff is on iOS
@saagar I have of course seen their latest piece of comedy