All android apps requests required permission(s) on screen1 activity start. Though, there are exceptions based on what kind of permission(s) your app requesting for. Hope, you got it.
The block @Boban suggested is what causing to ask for permissions but it’s strange! Of course i removed that and edit my code to not use that component.
@bodymindpower i don’t want to mess with Manifest cause it’s not Android studio here and i have to decompile the apk.
If you don’t really need the Package_Utilities component, the easiest way is of course to remove it.
But editing the Manifest is not a big deal either (< 1 min).