CamView icon indicating copy to clipboard operation
CamView copied to clipboard

Sample App Doesn't work with Android 6.0

Open sylvanaar opened this issue 8 years ago • 3 comments

Under the new permissions model you have to request access to the camera at runtime. The sample app doesn't do this. So in order to make it work you have to compile it on API 22 instead of API 23 for use on Android 6.0+

I am not sure if the library works under the new permissions model, as I only tested the sample app.

sylvanaar avatar Jan 12 '16 17:01 sylvanaar

Thanks, yes, update for demo app is planned. Regarding the library - it does not deal with the permissions requesting as this is out of CAMView level. The requests/checks needs to be done at the activity level. However some helper class or similar will be added to simplify this task

livotov avatar Jan 12 '16 17:01 livotov

I am having the same issue with an App I'm developing. So I was wondering if there was any news on this issue and/or if you guys could suggest a work around?

Mithrandir21 avatar Mar 30 '16 09:03 Mithrandir21

@Mithrandir21 It's all documented here. It's quite simple to follow actually. I personally believe that this isn't something that should be implemented by the CamView library.

brunolanevik avatar Apr 11 '16 11:04 brunolanevik