{"id":24803823,"url":"https://github.com/neoblackxt/AnyWebView","last_synced_at":"2025-10-13T05:30:58.471Z","repository":{"id":36154318,"uuid":"203328362","full_name":"neoblackxt/AnyWebView","owner":"neoblackxt","description":"Any WebView is OK!","archived":false,"fork":false,"pushed_at":"2024-12-15T17:15:56.000Z","size":697,"stargazers_count":198,"open_issues_count":1,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-15T17:20:12.946Z","etag":null,"topics":["android","webview","xposed","xposed-module"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/neoblackxt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-20T07:59:25.000Z","updated_at":"2024-12-15T17:16:00.000Z","dependencies_parsed_at":"2024-04-04T17:33:00.429Z","dependency_job_id":null,"html_url":"https://github.com/neoblackxt/AnyWebView","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoblackxt%2FAnyWebView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoblackxt%2FAnyWebView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoblackxt%2FAnyWebView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoblackxt%2FAnyWebView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoblackxt","download_url":"https://codeload.github.com/neoblackxt/AnyWebView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236304088,"owners_count":19127436,"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":"2025-01-30T06:01:29.445Z","updated_at":"2025-10-13T05:30:52.941Z","avatar_url":"https://github.com/neoblackxt.png","language":"Java","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\u003cimg src=\".github/webviews.jpg\" width=\"720\"/\u003e\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","funding_links":[],"categories":["🌐 Browser and Web Tools"],"sub_categories":["Webview Mods"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoblackxt%2FAnyWebView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoblackxt%2FAnyWebView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoblackxt%2FAnyWebView/lists"}