Need help in remove some unwanted permission!

Dear Kodular

after build any app in kodular the manifest show this permissions
INTERNET
ACCESS NETWORK STATE
((ACCESS WIFI STATE))

I mean the ACCESS WIFI STATE

i know i can remove this permission using (APK EDITOR STUDIO)
but iam afraid if this apk editor may drop any file maybe unwanted
because last year something happen after edit apk using apk editor studio (maybe the reason result from using An built in keystore…not the my kodular app keystore …)

my first question:
is this permission ACCESS_WIFI_STATE harmful??)
i don’t using NETWORK COMPONENT
how to prevent this permission …
kodular should remove it .

the second question:
after scan the apk in (filescan.io)

show this application may contain GPS query location

and my app not using any GPS or location permissions or COMPONENTS

is there any way to fix this without dropping any file

@Kodular !

It is not harmful :smile: it is added each time by default when you have a component that uses it

Maybe some component in your app requests this function. Though it can’t access your location until you have given permission

Regards
Sarthak Gupta

1 Like

I am not using network components
I test new project without any blocks or components
after build apk …show in manifest ACCESS_WIFI_STATE
kodular should add section to remove unwanted permissions