Нечто подобное существует для настройки лаунчера по умолчанию
Код: Выделить всё
adb shell cmd package set-home-activity "the.package/.TheLauncherActivity"
Код: Выделить всё
adb shell cmd package set-assistant "the.package/.TheLauncherActivity"
adb shell cmd package set-voice-assistant "the.package/.TheLauncherActivity"
adb shell cmd package set-assist "the.package/.TheLauncherActivity"
adb shell cmd package set-voice-assist "the.package/.TheLauncherActivity"
Код: Выделить всё
Unknown command: set-voice-assist (and the others)
Подробнее здесь: https://stackoverflow.com/questions/699 ... -assistant