移动端操作流程
- 在设置中找到关于手机(或关于平板电脑)
- 连续点击版本号5次
- 在系统和更新中点击开发者选项
- 打开USB调试功能
PC端操作流程
- 打开cmd或powershell
- 移动到adb.exe所在目录
- 使用代码
.\adb shell pm disable-user com.huawei.search
关闭智慧搜索功能(开启功能代码:.\adb shell pm enable com.huawei.search
)
2023-12-22 10:51:40
.\adb shell pm disable-user com.huawei.search
关闭智慧搜索功能(开启功能代码:.\adb shell pm enable com.huawei.search
)