{"id":18682361,"url":"https://github.com/xposed-modules-repo/com.thinkdifferent.anywebview","last_synced_at":"2025-04-12T04:21:21.807Z","repository":{"id":46067633,"uuid":"494051861","full_name":"Xposed-Modules-Repo/com.thinkdifferent.anywebview","owner":"Xposed-Modules-Repo","description":"AnyWebView / Any WebView is OK!","archived":false,"fork":false,"pushed_at":"2023-10-21T05:47:09.000Z","size":7,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T23:51:19.836Z","etag":null,"topics":["android","webview","xposed","xposed-module"],"latest_commit_sha":null,"homepage":"https://github.com/neoblackxt/AnyWebView/issues","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xposed-Modules-Repo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-19T11:57:18.000Z","updated_at":"2025-02-10T14:28:04.000Z","dependencies_parsed_at":"2023-01-20T09:01:39.986Z","dependency_job_id":null,"html_url":"https://github.com/Xposed-Modules-Repo/com.thinkdifferent.anywebview","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xposed-Modules-Repo%2Fcom.thinkdifferent.anywebview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xposed-Modules-Repo%2Fcom.thinkdifferent.anywebview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xposed-Modules-Repo%2Fcom.thinkdifferent.anywebview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xposed-Modules-Repo%2Fcom.thinkdifferent.anywebview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xposed-Modules-Repo","download_url":"https://codeload.github.com/Xposed-Modules-Repo/com.thinkdifferent.anywebview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514418,"owners_count":21116963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","webview","xposed","xposed-module"],"created_at":"2024-11-07T10:11:38.243Z","updated_at":"2025-04-12T04:21:21.788Z","avatar_url":"https://github.com/Xposed-Modules-Repo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnyWebView\n\nAny WebView is OK!\n\n### Feature\n\nIt tries to detect all system webviews and add them to the developer options -\u003e WebView implementation list.\n\n![preview](https://raw.githubusercontent.com/neoblackxt/AnyWebView/master/.github/webviews.jpg)\n\n### Usage\n\nAndroid Framework should be selected in LSPosed.\n\nA webview app must be installed for all users (or in all spaces, so-called Dual app, Second space, etc.) to be selectable. Maybe deleting redundant users is alternative.\nadb command:\n\nEnable \"[redundant packages](https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/docs/quick-start.md#valid-package-is-not-installed_enabled-for-all-users)\" (Maybe it won't work, but that's OK.):\n\n`adb shell cmd webviewupdate enable-redundant-packages`\n\nGet USER_ID list:\n\n`adb shell pm list users`\n\nEach user entry is as follow: UserInfo{USER_ID:USERNAME:INT} , USER_ID 0 is the main user.\n\nInstall apk for specific USER_ID:\n\n`adb install --user USER_ID PATH/TO/APK/ON/COMPUTER`\n\nor\n\n`adb shell pm install-existing --user USER_ID PACKAGE.NAME.OF.APK` (for apks already installed for one user)\n\nor\n\n`adb push PATH/TO/APK/ON/COMPUTER PATH/TO/APK/ON/PHONE` (copy an apk file to phone from computer)\n\n`adb shell pm install --user USER_ID PATH/TO/APK/ON/PHONE`\n\nDelete a user (NOT RECOMENDED, be careful, you may lose important data):\n\n`adb shell pm remove-user USER_ID`\n\nAll the `adb shell pm ...` commands above can be run in an Android terminal simulator(root access granted) as `pm ...`\n\nReboot to take effect.\n\n### FAQ\n\nCan I set Chrome as the system webview implementation?\n\nOnly supported on Android 8-9, not supported on Android 10+. It is Google's policy that Google Chrome app is no longer the WebView provider in Android 10. Even though it is listed in the WebView implementation, it does not work on Android 10+. Related discussion: [AnyWebView#12](https://github.com/neoblackxt/AnyWebView/issues/12#issuecomment-1644258502)\n\nIs Bromite/Mulch/Vanadium etc. system webview supported?\n\nYes.\n\n### Learn More (For Developers)\n\n[WebView quick start](https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/docs/quick-start.md)\n\n[WebView for AOSP system integrators](https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/docs/aosp-system-integration.md)\n\n[WebView Architecture](https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/docs/architecture.md)\n\n[Installing SystemWebView](https://github.com/bromite/bromite/wiki/Installing-SystemWebView)\n\n[android_webview/nonembedded](https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/nonembedded/)\n\n[WebView Providers](https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/docs/webview-providers.md)\n\n[WebViewFactory.java](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/webkit/WebViewFactory.java)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxposed-modules-repo%2Fcom.thinkdifferent.anywebview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxposed-modules-repo%2Fcom.thinkdifferent.anywebview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxposed-modules-repo%2Fcom.thinkdifferent.anywebview/lists"}