Our Android app reads an XML configuration file that is deployed through MDM. The file is pushed to device storage, and the app currently requests All Files Access so it can read that XML file.
The public Play Store rejected the app because of the All Files Access permission. Is there a way to handle this with Hexnode without requesting that permission? Ideally, we would like the XML file to be pushed into the app-specific folder, for example: Android/data/<package>/files/…
That way, the app could read the file from its own directory instead of needing broad storage