Using native JRE methods to work with files on Android 5.0+

  • Replies:0
Miles Seventh
  • Forum posts: 1

Jan 15, 2017, 1:35:49 PM via Website

Hello, I am amateur developer, and I'm working on little utility that processes files. I have a library that works with filesystem using RandomAccessFile class. Trying to use this library results in throwing exception that says "(EACCESS): Permission denied". How can I get this permission using new Android's sdcard access API?

Reply