rename the webview and add cromite icons to it#2641
rename the webview and add cromite icons to it#2641silentJET85 wants to merge 1 commit intouazo:masterfrom
Conversation
|
You could create a magisk module and install it systemless instead of mod the system |
|
Thanks! I’ll take a look at your changes and let you know. |
Which Android version are you using for this screenshot? If this is on a device with Android 15 or above I'm curious of the content of its From my experience on my device with Android 15+ is that, while the system reports Should point out that even now (A15+), most ROMs keep a default, AOSP upstream version of |
|
@lss4 LineageOS. I think it was version 23.0. |
Okay... so did you install any additional overlay that added your renamed WebView package entry into Or it's just you installed it as a system app and it automatically showed up in the WebView Implementation list in Developer Options, without doing anything else? |
|
Yes, the overlay is still needed. I used a modified version of the Bromite overlay with Cromite added to the list. |
Okay... if this works on your LOS23.0 (which should be Android 16)... I do worry the issue I'm having with Android 15+ on my device (Edge 20 Pro/ |

Description
This renames the webview package from
com.android.webviewtoorg.cromite.webview, which some people have requested, such as in #1760. The display name is changed fromAndroid System WebViewtoCromite System WebView.It also adds the Cromite icons to the Webview, so it no longer uses the generic icon.
All submissions
Format
patch subject and filename match (e.g.
Subject: Alternative cache (NIK-based)->Alternative-cache-NIK-based.patch)patch description contains explanation of changes
(I modified an existing patch, but didn't change it's description. These changes seem to fit in with the patch's purpose.)
no unnecessary whitespace or unrelated changes
It's worth noting that installing WebViews as a user app with the overlay method, no longer works in Android 15+.
Until someone finds a new method, you have to install it as a system app.
I installed mine in
/system/priv-app/CromiteWebView/SystemWebView.apkfor example.