|
* Remove unused else
* Remove SDK version check since we are on minimum 24 already
* Add intent key about missing camera permission
* Add boolean value to show error dialog
- always true for the beginning to keep current behaviour
* Make displaying an error dialog for missing camera permissions optional
* Add intent extras for Intent initialisation
* Initialise camera permission dialog visibility from Intent
* Add original intent to IntentResult
* Use original intent in IntentResult
* Make onRequestPermissionResult public again
* Forward onRequestPermissionResult
* React on Intent information
- for example on the missing camera permission
* Revert "Remove SDK version check since we are on minimum 24 already"
This reverts commit 8f79f56a
* Add missing imports
|