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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,10 @@ public interface FirebaseAppDistribution {
117
117
* <ol>
118
118
* <li>Takes a screenshot of the current activity
119
119
* <li>If tester is not signed in, presents the tester with a Google Sign-in UI
120
-
* <li>Looks up the currently installed App Distribution release
121
120
* <li>Starts a full screen activity for the tester to compose and submit the feedback
122
121
* </ol>
123
122
*/
124
-
voidcollectAndSendFeedback();
123
+
voidstartFeedback();
125
124
126
125
/** Gets the singleton {@link FirebaseAppDistribution} instance. */
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/internal/FirebaseAppDistributionProxy.java
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/internal/FirebaseAppDistributionStub.java
Copy file name to clipboardExpand all lines: firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionImpl.java
Copy file name to clipboardExpand all lines: firebase-appdistribution/src/test/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionServiceImplTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -631,11 +631,11 @@ public void updateApp_withApkReleaseAvailable_returnsSameApkTask() {
Copy file name to clipboardExpand all lines: firebase-appdistribution/test-app/src/main/java/com/googletest/firebase/appdistribution/testapp/MainActivity.kt
0 commit comments