blob: 59bd9587d77f81789c7bfe07520fd029b413a097 [file] [log] [blame] [view]
Peter E Conna0d1c6e2019-08-06 17:18:29 +01001# Browser
2
3The `androidx.browser` library provides an interface for application developers
4to communicate and use web browsers.
5One such API is Custom Tabs which allows an Android app to open a URL using
6all the features of a fully-fledged web browser while keeping the user in the
7calling app's task.
8
9[Library Owners](OWNERS)
10
Alan Viverette053e7e62020-12-15 10:22:06 -050011[Source Code](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/browser/)
Peter E Conna0d1c6e2019-08-06 17:18:29 +010012
13[Release Nodes](https://developer.android.com/jetpack/androidx/releases/browser)
14
15## Feedback
16To provide feedback or report bugs, please refer to the main AndroidX
17contribution guide and report your bugs
18[here](https://issuetracker.google.com/issues/new?component=460372).