I\'ve been trying to create an app that reads a TXT file from downloads internal storage and puts it into an ArrayList and writes an excel sheet to downloads internal storage fr
use context.getExternalFilesDir() or context.getExternalCacheDir(),these also work in 10. See https://developer.android.com/training/data-storage
context.getExternalFilesDir()
context.getExternalCacheDir()