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