This is a migrated thread and some comments may be shown as answers.

How to disable Microphone

1 Answer 61 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dan
Top achievements
Rank 1
Dan asked on 07 Jul 2014, 07:21 PM
I have an appBuilder app for both Android and Apple.  Installing the app through Google Play warns that the camera/microphone is needed.  I have disabled the camera plugin.  How do I disable the microphone plugin so my users don't get this particular warning?

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 10 Jul 2014, 01:26 PM
Hello Dan,

Generally you can set the android required permissions from the Project Properties.
In the AppBuilder Windows client you can open the Project Navigator, double-click Properties and navigate to Android - Permissions to edit the permissions for your app.

However, please keep in mind that some of the Apache Cordova plugins your app is using might be explicitly setting hardware permissions for your app. In order to check which ones are affecting your app, you need to examine the plugin.xml for each enabled/included plugin and look for any <uses-permission> modifications.

For instance, the microphone might be required by the following plugins:

  • Capture: requires RECORD_AUDIO, RECORD_VIDEO, WRITE_EXTERNAL_STORAGE permissions
  • Media: Sets the following permissions: Record_audio, Modify_audio_settings, write_external_storage, read_phone_state

You can examine the permissions that imply Feature Requirements in this article. I hope this information will help you find the plugin raising the requirement. In any case, do let us know if we can further assist you.

Regards,

Tina Stancheva
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
Tags
AppBuilder Windows client
Asked by
Dan
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or