b

browser-switch

Android Browser Switch makes it easy to open a url in a browser or Chrome Custom Tab and receive a response as the result of user interaction, either cancel or response data from the web page.
https://github.com/braintree/browser-switch-android
MIT
Braintree Payments
Files download
File Operation
browser-switch-2.3.1.pom download
browser-switch-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.braintreepayments.api</groupId>
  <artifactId>browser-switch</artifactId>
  <version>2.3.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.braintreepayments.api:browser-switch:2.3.1'
Gradle Kotlin
implementation("com.braintreepayments.api:browser-switch:2.3.1")
Scala SBT
libraryDependencies += "com.braintreepayments.api" % "browser-switch" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.braintreepayments.api', module='browser-switch', version='2.3.1')
)
Apache Ivy
<dependency org="com.braintreepayments.api" name="browser-switch" rev="2.3.1" />
Leiningen
[com.braintreepayments.api/browser-switch "2.3.1"]
Apache Buildr
'com.braintreepayments.api:browser-switch:jar:2.3.1'