Context.MODE_WORLD_READABLE alternative?

  • Replies:0
Jeremy Lott
  • Forum posts: 1

Feb 10, 2017, 6:08:21 PM via Website

I am working on an app that has used the Context.MODE_WORLD_READABLE to write some temp files to disk which are then pulled off the phone later using the ADB. Now with this being obsolete in API 23, this app no longer works in Android 7.

Anybody know of a way to write temp files that can be readable by ADB with API 23+?

Reply