Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Outline

androidx.webkit

See this page rendered in Gitiles markdown.

The androidx.webkit library is a static library you can add to your Android application in order to use android.webkit APIs that are not available for older platform versions.

Basic info

Building the library (for local development)

If you're trying to modify the androidx.webkit library, or apply local changes to the library, you can do so like so:

cd frameworks/support/
# Build the library/compile changes
./gradlew :webkit:assembleDebug
# Run integration tests with the WebView installed on the device
./gradlew :webkit:connectedAndroidTest
# Update API files (only necessary if you changed public APIs)
./gradlew :webkit:updateApi

For more a detailed developer guide, Googlers should read http://go/wvsl-contribute.

API demo code

We also maintain a demo app (demo code, developer guide) to demonstrate how to properly use the latest androidx.webkit APIs in your Android app.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.