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 2020/07/03 17:42:24 UTC

[GitHub] [cordova-plugin-camera] Manigandasubbu removed a comment on issue #618: When users installed the android application and try to capture the video first time. Permission is not asked in android mobile's.This was happening in all the android version's

Manigandasubbu removed a comment on issue #618:
URL: https://github.com/apache/cordova-plugin-camera/issues/618#issuecomment-653633173


   > > > Can you tell me if you see `<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />` in your `platforms/android/app/src/main/AndroidManifest.xml` file?
   > > 
   > > 
   > > No ,Can i know where should i need to add that,When i try to capture the picture it was asking storage permission,If i capture the video it's not asking the storage permission.
   > 
   > Should be added automatically when you install the plugin/platform. If it's missing from your `AndroidManifest` that would explain why you're not getting a permission prompt. The question then becomes "Why wasn't that line added to your `AndroidManifest`?".
   > 
   > Some things I'd try:
   > 
   > * Ensure you're using the latest version of `cordova-android` (version `9.0.0` at the time of writing, not to be confused with the `cordova` cli version)
   > * Reinstall the `cordova-android` platform
   > * Reinstall the `cordova-plugin-camera` plugin.
   > 
   > If none of the above doesn't work, then I would confirm that this happens in a pure-cordova project (no frameworks), to eliminate the possibility that the problem is coming from a framework. If you can share a [sample reproduction app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) while using no frameworks, that would be very helpful.
   
   Yes i tried many times no use on it.


----------------------------------------------------------------
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.

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