i

integrationpreference-support

You put IntegrationPreference into your preference XML file and it checks the given intent to it. If it cannot find the application to handle that Intent, it opens Play Store on click to install the required application.
https://github.com/tasomaniac/IntegrationPreference
The Apache Software License, Version 2.0
Said Tahsin Dane
Files download
File Operation
integrationpreference-support-0.2.pom download
Apache Maven
<dependency>
  <groupId>com.tasomaniac</groupId>
  <artifactId>integrationpreference-support</artifactId>
  <version>0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tasomaniac:integrationpreference-support:0.2'
Gradle Kotlin
implementation("com.tasomaniac:integrationpreference-support:0.2")
Scala SBT
libraryDependencies += "com.tasomaniac" % "integrationpreference-support" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.tasomaniac', module='integrationpreference-support', version='0.2')
)
Apache Ivy
<dependency org="com.tasomaniac" name="integrationpreference-support" rev="0.2" />
Leiningen
[com.tasomaniac/integrationpreference-support "0.2"]
Apache Buildr
'com.tasomaniac:integrationpreference-support:jar:0.2'
Dependencies
The project has no third-party dependencies