File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/internal Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 20
20
import android .os .Build ;
21
21
import android .os .Bundle ;
22
22
import android .provider .Settings ;
23
- import androidx .annotation .VisibleForTesting ;
24
23
import androidx .appcompat .app .AppCompatActivity ;
25
24
import androidx .core .content .FileProvider ;
26
25
import com .google .firebase .appdistribution .FirebaseAppDistribution ;
@@ -169,9 +168,4 @@ private void startAndroidPackageInstallerIntent() {
169
168
LogWrapper .getInstance ().v ("Kicking off install as new activity" );
170
169
startActivity (intent );
171
170
}
172
-
173
- @ VisibleForTesting
174
- FirebaseAppDistribution getFirebaseAppDistributionInstance () {
175
- return FirebaseAppDistribution .getInstance ();
176
- }
177
171
}
You can’t perform that action at this time.
0 commit comments