Hello agraham,
you are right. Here are the missing informations: target SDK is 30, file permissions are read and write, my package name is 'de.spahn.mediman'!
The program is a medication checker that takes care of the amount of my medication and an alarm at the time of taking it. It also reminds me to buy medication in time.
In the file 'info.csv' i store the date of the last use. I read the date then i calculate the amount of days between today and this date and multiply it with the amount of medication i use every day. Then i display the table. I also store the actual date in 'info.csv'!
The solution is i have to create the directory 'de.spahn.mediman' and the subdirectory 'files' with the file 'info.csv' by my own, then everything works fine!
I don't know the reason, but it is a way!
Thank you for your help!