AndroidCamera icon indicating copy to clipboard operation
AndroidCamera copied to clipboard

Android camera example using Camera 1 API

Results 2 AndroidCamera issues
Sort by recently updated
recently updated
newest added

Ravi, Thank you so much for providing this code and the tutorial at https://www.androidhive.info/2013/09/android-working-with-camera-api/ I am an social scientist, and used and modified this code to create an app that...

With my KitKat, I received, ``` java.lang.SecurityException: Permission Denial: opening provider android.support.v4.content.FileProvider from ProcessRecord{435193f0 25717:com.sec.android.app.camera/u0a136} (pid=25717, uid=10136) that is not exported from uid 11140 at android.os.Parcel.readException(Parcel.java:1465) at android.os.Parcel.readException(Parcel.java:1419) at android.app.ActivityManagerProxy.getContentProvider(ActivityManagerNative.java:3279)...