I just uploaded an app to Google Play (FunCalc Lite link posted in B4A Share Your Creations) and it is requiring "Development Tools - Test access to protected storage" permission. Is this because I'm using a statement like:
Is it just that I am checking to see if the file exists? Is there a better place to save the file?
I would like to remove this permission as it seems unnecessary, but I don't know how. I am waiting to see the first statistics on the installs and don't want any negative reviews so I'm trying to fix this quickly.
Dan
B4X:
If File.Exists (File.DirDefaultExternal,"cb1.txt") Then
I would like to remove this permission as it seems unnecessary, but I don't know how. I am waiting to see the first statistics on the installs and don't want any negative reviews so I'm trying to fix this quickly.
Dan