- Jun 6, 2020
- 11,559
- 4,422
Hi,
I have a problem with these 2 statements when I need to use SDK-31:
How should it work if the user only approves "PERMISSION_ACCESS_COARSE_LOCATION", if the...
I have a problem with these 2 statements when I need to use SDK-31:
- 29 - BluetoothAdmin.StartDiscovery and BLEManager.StartScan require the ACCESS_FINE_LOCATION permission. Previously the COARSE location was enough.
- 31 - The user can limit the location permission to coarse even when fine is requested. Your code should handle this case:برای دیدن لینک ها باید ثبت نام کنید
Click to expand...
B4X:If you want to set targetSdKVersion to 31 then the main changes are:
- When requesting the fine location permission the user can choose to limit your app to coarse location. The code to handle it is:
Click to expand...
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
How should it work if the user only approves "PERMISSION_ACCESS_COARSE_LOCATION", if the...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید