You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
+19-25Lines changed: 19 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@
14
14
15
15
packagecom.google.firebase.appdistribution;
16
16
17
-
importandroid.app.Activity;
18
17
importandroid.net.Uri;
19
18
importandroidx.annotation.NonNull;
20
19
importandroidx.annotation.Nullable;
@@ -125,12 +124,12 @@ public interface FirebaseAppDistribution {
125
124
* <li>Starts a full screen activity for the tester to compose and submit the feedback
126
125
* </ol>
127
126
*
128
-
* @param infoTextResourceId string resource ID of text that will be shown to the tester before
127
+
* @param additionalFormText string resource ID of text that will be shown to the tester before
129
128
* they submit feedback. If you’re a customer who would like to provide notice to your testers
130
129
* about collection and processing of their feedback data, you can use this text to provide
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/internal/FirebaseAppDistributionProxy.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -77,35 +77,35 @@ public UpdateTask updateApp() {
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/internal/FirebaseAppDistributionStub.java
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -78,24 +78,25 @@ public UpdateTask updateApp() {
0 commit comments