How can I read file data from phone storage (internal phone memory not SD card)

How can I read file data from phone storage (internal phone memory not SD card). When the file store in SD card app can read the file easily but in phone storage it not found. What is the path to read the file? Please help. blocks

grafik

1 Like

Many thanks for your reply. when I upload the csv file at media and make apk then it works as a part of application and the csv file not editable. But I want to store cst file in phone storage and editable csv file able to read with installed app. I need right path to read the file from phone storage. If I store the file in SD card my app easily can read the file. But not when the file store in phone storage. Please help.

grafik

Or better this to avoid READ permission:

grafik

1 Like

Many many thanks to you and to @vknow360. with this extension it works fine.