remove media permissions from phonegap

233 views
Skip to first unread message

Issam Al-Dalati

unread,
Jan 20, 2016, 10:40:58 AM1/20/16
to phonegap
Hello,
        I am trying to remove permission from my phonegap build via the config.xml file with no luck.
I added the following lines:
    <preference name="permissions" value="none"/>
    <gap:config-file platform="android" parent="/manifest" mode="delete"> 
      <uses-permission platform="android" name="android.permission.RECORD_AUDIO" />
      <uses-permission platform="android" name="android.permission.MODIFY_AUDIO_SETTINGS" />
      <uses-permission platform="android" name="android.permission.WRITE_EXTERNAL_STORAGE" />
      <uses-permission platform="android" name="android.permission.READ_PHONE_STATE" />    
    </gap:config-file>
    <!-- Plugins -->
    <plugin name="cordova-plugin-whitelist" spec="1.2.0"/>
    <plugin name="cordova-plugin-statusbar" spec="2.0.0"/>
    <plugin name="phonegap-plugin-push" spec="1.4.4"/>
    <plugin name="cordova-plugin-camera" spec="1.2.0"/>
    <plugin name="cordova-plugin-device" spec="1.1.0"/>
    <plugin name="cordova-plugin-device-motion" spec="1.2.0"/>
    <plugin name="cordova-plugin-device-orientation" spec="1.0.2"/>
    <plugin name="cordova-plugin-dialogs" spec="1.2.0"/>
    <plugin name="cordova-plugin-file" spec="3.0.0"/>
    <plugin name="cordova-plugin-file-transfer" spec="1.4.0"/>
    <plugin name="cordova-plugin-globalization" spec="1.0.2"/>
    <plugin name="cordova-plugin-inappbrowser" spec="1.1.0"/>
    <plugin name="cordova-plugin-media" spec="1.0.1"/>
    <plugin name="cordova-plugin-media-capture" spec="1.1.0"/>
    <plugin name="cordova-plugin-network-information" spec="1.1.0"/>
    <plugin name="cordova-plugin-vibration" spec="2.0.0"/>
    <plugin name="cordova-plugin-splashscreen" spec="3.0.0"/>
    <plugin name="cordova-plugin-x-socialsharing" spec="5.0.7"/>


I tried alot of work around with no luck!

any help is appreciated plzzzzz..I am stuck

regards,
Issam

Kerri Shotts

unread,
Jan 20, 2016, 1:37:00 PM1/20/16
to phonegap
Do you really need all those plugins? There's several there that are what's triggering the permissions request (like the media ones). 
Reply all
Reply to author
Forward
0 new messages