Add option to disable Bluetooth in Android emulator.
This commit is contained in:
Родитель
02ad09f16e
Коммит
54c6d5ccc4
|
@ -118,6 +118,7 @@ def start_emulator(
|
|||
"America/Los_Angeles",
|
||||
"-no-snapstorage",
|
||||
"-no-audio",
|
||||
"-no-bt", # No Bluetooth
|
||||
"-no-boot-anim",
|
||||
"-gpu",
|
||||
"guest",
|
||||
|
|
Загрузка…
Ссылка в новой задаче