I received a notice in the Play Store Console that the storage request in my app is too broad. I am using
RequestPermission(WriteExternal) to save high scores on the device. Do I need write permissions if I am writing to an Android app's local space, or only if I am trying to write to another directory? If the former, how do I comply with the below notice?
pps requesting access to the All files access permission without a permitted use will be removed from Google Play, and you won't be able to publish updates.