To : [member=‘Lerg’]
Problem#1. I can not set the permissions properly.
There was no problem with older Android, but when you install it on Android 7, you will encounter a problem that permission setting is not done.
Executing the show command of QRScnner in the application will only display a warning dialog.
Therefore, the user can not set the permission even for the first installation.
In this case, the user needs to change the Permission setting of the application from the Android setting.
This is a very high hurdle for beginner users.
Perhaps I think the same problem that bothers [member=‘runewinse’].
>> Corresponding part in “build.settings”…
android = { useGoogleServicesJson = true, usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.CAMERA", "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.ACCESS\_COURSE\_LOCATION", }, usesFeatures = { { name="android.hardware.camera", required=true }, { name="android.hardware.location", required=true }, { name="android.hardware.location.gps", required=true }, }, }
>> Warning dialog…

>> App setting screen…
