You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/12/25 16:11:13 UTC

[GitHub] [cordova-plugin-inappbrowser] Mike-the-one opened a new issue #926: Remove android.permissions.INTERNET permission

Mike-the-one opened a new issue #926:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/926


   Thanks for this great plugin, I am using this plugin in my app to launch external URL (using target `_system`), I forced to remove internet access from permission setting and now the bundle detail shows
   
   ```sh
   android.permission.ACCESS_COARSE_LOCATION, 
   android.permission.ACCESS_FINE_LOCATION, 
   android.permission.CAMERA, 
   android.permission.FLASHLIGHT, 
   android.permission.READ_EXTERNAL_STORAGE, 
   android.permission.RECEIVE_BOOT_COMPLETED, 
   android.permission.VIBRATE, 
   android.permission.WAKE_LOCK, 
   android.permission.WRITE_EXTERNAL_STORAGE
   ```
   
   But when on playstore app listing, I still see this:
   
   ```sh
   prevent device from sleeping
   full network access
   run at startup
   control flashlight
   control vibration
   view network connections
   ```
   
   So how can I fix it?
   
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org