Can Android apps on Chrome access USB storage using the new ARC? (based on containers, limited device beta)

人盡茶涼 提交于 2019-12-25 08:28:08

问题


I recently found out that Google introduced a new runtime in May 2016 to run Android apps on Chromebooks.

I'm already using the original ARC which was introduced a couple years ago. Unfortunately, the only way to access storage outside of the private runtime is by enabling { "enableExternalDirectory": true }, which prompts the end-user to mount a directory at startup, and then they can manually re-mount + restart as needed. This is not user-friendly.

The new Android Runtime is only supported on a limited set of devices, and requires a setting to be enabled. If I had one of those devices I would be able to test myself, but I'm hoping someone out here will already know the answer...

Can anyone confirm whether apps using the new runtime includes API access to external storage devices? For example, USB Thumb Drives? If so, this would solve the problems I've been having.

来源:https://stackoverflow.com/questions/39731509/can-android-apps-on-chrome-access-usb-storage-using-the-new-arc-based-on-conta

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!