rename the webview and add cromite icons to it #2641
+1,154
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

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.