#
closed
Disable ask for Audio & Video Permissions

Hello,

When i try Apps on Android Studio emulator, I notice there is prompt ask for permission for Aduio & Video recording.

How to disable that because my App is only for ecommerce store.


ThanksĀ 

Asked 3 weeks ago on February 16, 2026 5:34 AM Comments 4 times


  1. Generic placeholder image

    Mohamed Maghraby replied

     

    Thank you so much

  2. Generic placeholder image

    kevin replied

    Hello 

    For IOS you have to comment or remove the permission code from the Podfile as shown in the attachment 

     'PERMISSION_MICROPHONE=1',

    'PERMISSION_CAMERA=1',

    Thanks & Regards
    - Kevin

    ATTACHED FILES

  3. Generic placeholder image

    Mohamed Maghraby replied

    Worked. Thanks a lot

    Is this will work on iOS also?

    I didn't try it yet on iPhone

  4. Generic placeholder image

    kevin replied

    Hello 

    To disable the camera and audio permissions, please remove or comment out the following code from the AndroidManifest.xml file:

    Path: android/app/src/main/AndroidManifest.xml

    Code :

       

       

       

       

       

     

     

                android:name="com.mighty.web.AudioService"

                android:enabled="true"

                android:foregroundServiceType="mediaPlayback"

                android:exported="false" />

     

     

                android:name="com.pichillilorenzo.flutter_inappwebview.services.AudioService"

                android:enabled="true"

                android:exported="false" />

    Additionally, in the Admin Panel, please set the value of “Is Support WebRTC Functionality?” to false, and then test the application again.

     

    Please let us know if you need any further assistance.

    Thanks & Regards
    - Kevin
Recent Tickets
URGENT Base URL is down... 4 months ago on October 30, 2025 12:10 AM river is not receiving ri... 1 year ago on January 29, 2025 9:03 AM Disable ask for Audio & V... 3 weeks ago on February 16, 2026 5:34 AM Want to Lunch App but get... 2 months ago on December 24, 2025 1:21 PM app creation help... 2 months ago on December 14, 2025 5:57 PM A lot of Errors In Androi... 3 months ago on November 18, 2025 1:00 AM The app is only in Englis... 3 months ago on November 11, 2025 12:28 PM problem with update files... 4 months ago on October 14, 2025 5:45 AM problems with flutter_goo... 4 months ago on October 14, 2025 5:23 AM Issues with installation... 5 months ago on September 12, 2025 10:37 AM