You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@UmangThakkar , as of now inside lib, there isn't any permission model set for granting permission android M and above devices. you need to manually grant all permissions (camera and storage) form application details. it will be fixed your flow temporary.
java.lang.SecurityException: Permission Denial: starting Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 cmp=android/com.android.internal.app.ResolverActivity clip={text/uri-list U:file:///storage/emulated/0/EasyOcrScanner/1525235581304.jpg} (has extras) } from ProcessRecord{ab4ef9d 24823:com.example.umangthakkar.electrofycustomer/u0a200} (pid=24823, uid=10200) with revoked permission android.permission.CAMERA
Please give the solution
The text was updated successfully, but these errors were encountered: