#
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 months 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... 7 months ago on October 30, 2025 12:10 AM river is not receiving ri... 1 year ago on January 29, 2025 9:03 AM Error in app & Web Backen... 2 days ago on June 4, 2026 5:47 AM How to change onboardding... 5 days ago on June 1, 2026 10:53 AM Admin Panel Login Issue –... 1 month ago on May 1, 2026 5:29 AM Mapping not showing... 1 month ago on April 19, 2026 10:52 PM Disable ask for Audio & V... 3 months ago on February 16, 2026 5:34 AM Want to Lunch App but get... 5 months ago on December 24, 2025 1:21 PM app creation help... 5 months ago on December 14, 2025 5:57 PM A lot of Errors In Androi... 6 months ago on November 18, 2025 1:00 AM