Skip to content

Instantly share code, notes, and snippets.

@maokwen
Last active July 15, 2022 06:25
Show Gist options
  • Select an option

  • Save maokwen/821def59d458afb13cd4de6f9145bc55 to your computer and use it in GitHub Desktop.

Select an option

Save maokwen/821def59d458afb13cd4de6f9145bc55 to your computer and use it in GitHub Desktop.
替换 Android System Webview
  1. 安装最新的 Android System Webview
  2. 拷贝一份 /System/framework/framework-res.apk 的副本到任意位置
  3. 搜索在其中搜索 webview, 将 /android/string/config_webViewPackageName 的值改为 com.google.android.webview
  4. 将修改后的文件覆盖回原位置
  5. 重启
@lotosbin
Copy link

/system/framework/framework-res.apk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment