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 aafced0 commit 6793c45Copy full SHA for 6793c45
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/internal/InstallActivity.java
@@ -169,9 +169,4 @@ private void startAndroidPackageInstallerIntent() {
169
LogWrapper.getInstance().v("Kicking off install as new activity");
170
startActivity(intent);
171
}
172
-
173
- @VisibleForTesting
174
- FirebaseAppDistribution getFirebaseAppDistributionInstance() {
175
- return FirebaseAppDistribution.getInstance();
176
- }
177
0 commit comments