if you remove a permission as described then the list will be shorter on google side
Thanks a lot. I did not know anything about this! "
Again what learned!"
Does this mean, what I see in the MANIFEST editor is not the final MANIFEST? In my editor I can see only one entry, which looks like beeing related to one of the permissions:
SetApplicationAttribute(android:requestLegacyExternalStorage, true)
I must have wriitten it at the beginning of my project, but now i'm not sure, if it is really necessary for File.DirRoot- permission?
As I understand you, now I can add lines to the MANIFEST, that will cancel additional permissions.
RemovePermission(android.permission.WAKE_LOCK)
RemovePermission(android.permission.RECORD_AUDIO)
RemovePermission(android.permission.FOREGROUND_SERVICE)
But how can I know which is important and which not? Will the Audio-Library still run (only playback) without the permission?