You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, at the time of installation after giving calls msgs camera internalstorage permissions it ask for further, accessibility, notification access and device administration permission pop-up.
I want to remove those permission.
Could you guide me which I need to edit or remove after decompiling the app.
Thanks
The text was updated successfully, but these errors were encountered:
To remove specific permissions from the AndroidManifest.xml file, you need to locate the lines of code that correspond to the permissions you want to remove.
For example, to remove the permission for accessibility, you might look for a line like:
Hi, at the time of installation after giving calls msgs camera internalstorage permissions it ask for further, accessibility, notification access and device administration permission pop-up.
I want to remove those permission.
Could you guide me which I need to edit or remove after decompiling the app.
Thanks
The text was updated successfully, but these errors were encountered: