280 字
1 分钟
Pixel手机圈定即搜(circle to search)失效的解决方法

Circle to Search 是 Google 推出的一项新功能,允许用户在 Android 手机上通过简单的手势快速搜索信息、产品和特定主题。

部分pixel用户(比如我)root后,圈定即搜(circle to search)功能失效,相关设置消失,以下是UP找到的解决方法。 方法一: 1.确保Google是您的默认数字助手 2.去play商店卸载Google的更新 image.png 3.安装最新版本的Google,随后圈定即搜的设置应该就会重新出现 image.png 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
Pixel手机圈定即搜(circle to search)失效的解决方法
https://blog.ytmc.fun/posts/pixel手机圈定即搜circle-to-search失效的解决方法
作者
yitong
发布于
2024-02-22
许可协议
CC BY-NC-SA 4.0