Not using access permission but reviews say you have used it

Hello. I have used these extensions in my project and I have not requested any permissions in my project, but the app stores where I upload my app say that you have requested the following access permission. How is this possible?
permission
per
How can these permissions be disabled?

Which components do you use?

Hi,thanks,Lable,button,image,switch,listview,web,notifire ,player,clock ,video player , tinyDB and extensions

Remove these permissions from Customwebview aix or switch to alternative.

Hello and thank you. Do you mean unchecking these options in CustomView? I did that, but again, in the manifest, three permissions are visible: camera, audio record_audio, and access_fine_location.



how Remove these permissions from Customwebview aix ?

No, you would have to get the source code for the extension, remove the offending manifest items, and re-build your own custom version of the customwebview extension.

Why are you using customwebview, perhaps using an alternative approach may be easier than this ?


@UsesPermissions(permissionNames = "android.permission.WRITE_EXTERNAL_STORAGE,android.permission.ACCESS_DOWNLOAD_MANAGER,android.permission.ACCESS_FINE_LOCATION,android.permission.RECORD_AUDIO, android.permission.MODIFY_AUDIO_SETTINGS, android.permission.CAMERA,android.permission.VIBRATE,android.webkit.resource.VIDEO_CAPTURE,android.webkit.resource.AUDIO_CAPTURE,android.launcher.permission.INSTALL_SHORTCUT")

Hello and thanks. I want to open this web page in one of my project pages.
https://www.aparat.com/v/pam7qpu

You can do this with the native webviewer and the webviewextra extension

This only asks for READ/WRITE EXTERNAL STORAGE permissions.

Hi thanks. :tulip:

Hi.The custom webviewer extension is better for my work. The full screen option does not work in webviewExtras extension but does in Custom web viwer.

Like this.

Recording 2025-05-05 235258

After opening json file, you can find and remove the required permissions.

1 Like

Hello and thank you. Please, if possible, remove these three permissions (camera, record_audio, and fine_ location) and give me a new extension file.I made the changes in Notepad++ but there is an error! Thank you.
image