How to save text File privately which should be stored in device storage

You are trying to read a non media file, which is not owned by your app
For this you need SAF
See again Some basics on Android storage system

Also permission read external storage does not exist anymore for newer Android versions

Taifun