qreader icon indicating copy to clipboard operation
qreader copied to clipboard

Possible to handle a granted camera permission without restarting the activity?

Open Dima-369 opened this issue 6 years ago • 2 comments

Currently, the sample app calls restartActivity() in onPermissionGranted() on granting the camera permission.

Is it instead possible to handle this without re-inflating the SurfaceView or restarting the activity?

Using the QREader.Builder plus initAndStart() in onPermissionGranted() does not work on and still displays a black screen.

Dima-369 avatar Mar 15 '18 09:03 Dima-369

I am too facing this issue, it's a blocker as of now.

rohankandwal avatar Jul 10 '18 12:07 rohankandwal

Strategical Same here.

MrSilverstein avatar Mar 18 '19 12:03 MrSilverstein