方法一:
1.确保Google是您的默认数字助手
2.去play商店卸载Google的更新
3.安装最新版本的Google,随后圈定即搜的设置应该就会重新出现
4.打开设置-系统-导航模式-手势导航-点击右边的齿轮-打开 按住手柄即可搜索的开关
然后就可以使用了
方法二:
手机连接电脑并打开usb调试
使用adb执行以下命令
adb shell cmd device_config put launcher long_press_home_button_to_search true
adb shell cmd device_config put launcher long_press_home_button_to_search_mpr true
adb shell cmd device_config put launcher press_hold_nav_handle_to_search true
adb shell cmd device_config put launcher press_hold_nav_handle_to_search_mpr true
adb shell cmd device_config put launcher ENABLE_SETTINGS_OSE_CUSTOMIZATIONS true
adb shell cmd device_config put launcher ENABLE_LONG_PRESS_NAV_HANDLE true
adb shell cmd device_config put launcher ENABLE_LONG_PRESS_NAV_HANDLE_MPR true
adb shell cmd device_config put launcher INVOKE_OMNI_LPH true
adb shell cmd device_config put launcher INVOKE_OMNI_LPH_MPR true
adb shell cmd device_config set_sync_disabled_for_tests persistent