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
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -109,20 +109,6 @@ public interface FirebaseAppDistribution {
109
109
@NonNull
110
110
UpdateTaskupdateApp();
111
111
112
-
/**
113
-
* Takes a screenshot, and starts an activity to collect and submit feedback from the tester.
114
-
*
115
-
* <p>Performs the following actions:
116
-
*
117
-
* <ol>
118
-
* <li>Takes a screenshot of the current activity
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
-
* <li>Starts a full screen activity for the tester to compose and submit the feedback
122
-
* </ol>
123
-
*/
124
-
voidcollectAndSendFeedback();
125
-
126
112
/** 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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,4 @@ public synchronized Task<AppDistributionRelease> checkForNewRelease() {
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/internal/FirebaseAppDistributionStub.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,6 @@ public UpdateTask updateApp() {
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/main/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionRegistrar.java
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -51,24 +51,9 @@ public class FirebaseAppDistributionRegistrar implements ComponentRegistrar {
51
51
// activity lifecycle callbacks before the API is called
0 commit comments