You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/15 20:49:19 UTC

[GitHub] [cordova-plugin-file] fragatak edited a comment on issue #239: Not seeing files that are stored on the Android device

fragatak edited a comment on issue #239: Not seeing files that are stored on the Android device
URL: https://github.com/apache/cordova-plugin-file/issues/239#issuecomment-574849382
 
 
   I think I have got this working in initial testing. 
   
   I added 
   `<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />`
   to the AndroidManifest.xml. I also added the cordova-plugin-android-permissions aswell. So I am not completely sure which one might have made it work. 
   
   I can now see the Downloads off of cordova.file.externalRootDirectory and when doing 'file:///sdcard' (device root internal directory for shared files) I can now see everything. 
   
   I am using API level 26 currently. I added a view from Chrome remote console. 
   
   ![Annotation 2020-01-15 154430](https://user-images.githubusercontent.com/3291636/72469709-fbb47900-37ad-11ea-8734-8b3d73845664.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org