Obsidian (@Fdm)小米澎拜OS设置电源键唤醒chatgpt/gemini的方法 中发帖

先在手机设置中搜索“数字助理应用”,选择 ChatGPT、Gemini 或其他助手。 
已经选择过的话,也再重新选择一次。
连接 ADB 后执行:
指定小米自带的系统语音识别引擎
adb shell settings --user 0 put secure voice_recognition_service com.xiaomi.mibrain.speech/com.xiaomi.mibrain.speech.asr.AsrService
让长按电源键调用当前选择的默认数字助理
adb shell settings --user 0 put system long_press_power_key launch_google_search
避免 Android 原有电源键长按行为产生冲突
adb shell settings put global power_button_lon...