Skip to content

Commit 89bc90e

Browse files
authored
Change "user" to "tester" in app distro javadocs (#4810)
1 parent 1057863 commit 89bc90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public interface FirebaseAppDistribution {
213213
* @param interruptionLevel the level of interruption for the feedback notification. On platforms
214214
* below Android 8, this corresponds to a <a
215215
* href="https://developer.android.com/develop/ui/views/notifications/channels#importance">notification
216-
* channel importance</a> and once set cannot be changed except by the user.
216+
* channel importance</a> and once set cannot be changed except by the tester.
217217
*/
218218
void showFeedbackNotification(
219219
@StringRes int additionalFormText, @NonNull InterruptionLevel interruptionLevel);
@@ -243,7 +243,7 @@ void showFeedbackNotification(
243243
* @param interruptionLevel the level of interruption for the feedback notification. On platforms
244244
* below Android 8, this corresponds to a <a
245245
* href="https://developer.android.com/develop/ui/views/notifications/channels#importance">notification
246-
* channel importance</a> and once set cannot be changed except by the user.
246+
* channel importance</a> and once set cannot be changed except by the tester.
247247
*/
248248
void showFeedbackNotification(
249249
@NonNull CharSequence additionalFormText, @NonNull InterruptionLevel interruptionLevel);

0 commit comments

Comments
 (0)