You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/16 08:14:59 UTC

[GitHub] jeffreyvdhondel edited a comment on issue #373: Cannot take pictures on Android 8

jeffreyvdhondel edited a comment on issue #373: Cannot take pictures on Android 8
URL: https://github.com/apache/cordova-plugin-camera/issues/373#issuecomment-439313196
 
 
   We had a problem kinda like this.
   So maybe this doesn't work for you.
   
   To fix this issue we had to edit the android manimanifest.xml.
   
   Located here:
   project/android/src/main/AndroidManifest.xml
   
   
   Add the xmlns:tools: 
   `<manifest android:hardwareAccelerated="true" android:versionCode="87" android:versionName="0.0.14" package="nl.package.name" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">`
   
   Add the tools:node="remove" to the write external storage:
   `<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="remove" />`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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