I am facing an issue reading a csv file from asset.
I have a csv file in asset, and when I read it, it works when using the companion, but fails: File1.GotText is not executed when apk is run.
This bug happens only if location sensor is used in the project (otherwise it is working fine)
Looks like, sensor permission request for sensor is asked first, while giving permission, read is blocked, when file access permission is asked and granted, read request has been lost and is not performed.