We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e4cf0 commit bf58a5eCopy full SHA for bf58a5e
1 file changed
android-core/src/main/java/com/mparticle/internal/MPUtility.java
@@ -593,7 +593,9 @@ public static Boolean isFirebaseAvailablePreV21() {
593
594
public static boolean isInstallRefApiAvailable() {
595
try {
596
+ Class.forName("com.android.installreferrer.api.InstallReferrerClient");
597
Class.forName("com.android.installreferrer.api.InstallReferrerStateListener");
598
+ Class.forName("com.android.installreferrer.api.ReferrerDetails");
599
return true;
600
} catch (Exception ignored) {
601
}
0 commit comments