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
Сегодня столкнулся с тем, что вызовы device.location.enableGps() и device.location.disableGps() не работают на эмуляторе с API 30.
Перепроверил на API 28 и 29 – всё ок. Проблема только с 11 андроидом ☹️
AdbServer запущен, в логах пишет следующее:
The received command to execute: AdbCommand(body=shell settings put secure location_providers_allowed +gps)
The executed command: AdbCommand(body=shell settings put secure location_providers_allowed +gps). The result: CommandResult(status=SUCCESS, description=exitCode=0, message=, serviceInfo=The command was executed on desktop=Desktop-2600)
The text was updated successfully, but these errors were encountered:
Сегодня столкнулся с тем, что вызовы☹️
device.location.enableGps()
иdevice.location.disableGps()
не работают на эмуляторе с API 30.Перепроверил на API 28 и 29 – всё ок. Проблема только с 11 андроидом
AdbServer запущен, в логах пишет следующее:
The text was updated successfully, but these errors were encountered: