简体   繁体   中英

Chrome ARC SDCard Location

When you add your apk to ARC on a PC and enter

{"enableExternalDirectory": true}

it will prompt you for the local directory that you want to use as your SDCard location. After the user selects that directory, where does ARC write that value (the folder path)? I looked in Manifest.json but it didn't have the selected folder path, it just has "enableExternalDirectory": true, but not the folder path the user chose. Is there a config file somewhere that has it?

查看截图

After you choose your apk, modify the Additional Metadata as {"enableExternalDirectory": true} ,then test your app, a file browser will open, then select the dictionary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM