-
Notifications
You must be signed in to change notification settings - Fork 640
Some App Distribution javadoc updates #4740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Generated by 🚫 Danger |
Coverage Report 1Affected ProductsNo changes between base commit (990f27f) and merge commit (4cb67b0).Test Logs |
Javadoc Changes:--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html 2023-03-02 18:55:05.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html 2023-03-02 18:50:05.000000000 +0000
@@ -32,7 +32,7 @@
<td><code>abstract void</code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#cancelFeedbackNotification()">cancelFeedbackNotification</a>()</code></div>
- <p>Hides the notification shown with showFeedbackNotification.</p>
+ <p>Hides the notification shown with <code><a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code> or <code><a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code>.</p>
</td>
</tr>
<tr>
@@ -134,7 +134,7 @@
<div class="api-item"><a name="cancelFeedbackNotification--"></a><a name="cancelfeedbacknotification"></a>
<h3 class="api-name" id="cancelFeedbackNotification()">cancelFeedbackNotification</h3>
<pre class="api-signature no-pretty-print">abstract void <a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#cancelFeedbackNotification()">cancelFeedbackNotification</a>()</pre>
- <p>Hides the notification shown with showFeedbackNotification.</p>
+ <p>Hides the notification shown with <code><a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code> or <code><a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code>.</p>
</div>
<div class="api-item"><a name="checkForNewRelease--"></a><a name="checkfornewrelease"></a>
<h3 class="api-name" id="checkForNewRelease()">checkForNewRelease</h3>
@@ -157,12 +157,13 @@
<h3 class="api-name" id="showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</h3>
<pre class="api-signature no-pretty-print">abstract void <a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/CharSequence.html">CharSequence</a> additionalFormText,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a> interruptionLevel<br>)</pre>
<p>Displays a notification that, when tapped, will take a screenshot of the current activity, then start a new activity to collect and submit feedback from the tester along with the screenshot. </p>
- <p>On Android 13 and above, this method requires the <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission">runtime permission for sending notifications</a>: <code>POST_NOTIFICATIONS</code>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
+ <p>On Android 13 and above, this method requires the runtime permission for sending notifications: <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission"><code>
+POST_NOTIFICATIONS</code></a>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
<p>When the notification is tapped: </p>
<ol>
- <li>If the app is open, take a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the app is open, takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -185,7 +186,7 @@
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a> interruptionLevel</code></td>
<td>
- <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a notification channel importance and once set cannot be changed except by the user.</p>
+ <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a <a href="https://developer.android.com/develop/ui/views/notifications/channels#importance">notification channel importance</a> and once set cannot be changed except by the user.</p>
</td>
</tr>
</tbody>
@@ -196,12 +197,13 @@
<h3 class="api-name" id="showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</h3>
<pre class="api-signature no-pretty-print">abstract void <a href="/docs/reference/android/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/StringRes.html">StringRes</a> int additionalFormText,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a> interruptionLevel<br>)</pre>
<p>Displays a notification that, when tapped, will take a screenshot of the current activity, then start a new activity to collect and submit feedback from the tester along with the screenshot. </p>
- <p>On Android 13 and above, this method requires the <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission">runtime permission for sending notifications</a>: <code>POST_NOTIFICATIONS</code>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
+ <p>On Android 13 and above, this method requires the runtime permission for sending notifications: <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission"><code>
+POST_NOTIFICATIONS</code></a>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
<p>When the notification is tapped: </p>
<ol>
- <li>If the app is open, take a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the app is open, takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -224,7 +226,7 @@
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a> interruptionLevel</code></td>
<td>
- <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a notification channel importance and once set cannot be changed except by the user.</p>
+ <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a <a href="https://developer.android.com/develop/ui/views/notifications/channels#importance">notification channel importance</a> and once set cannot be changed except by the user.</p>
</td>
</tr>
</tbody>
@@ -249,9 +251,9 @@
<p>Takes a screenshot, and starts an activity to collect and submit feedback from the tester. </p>
<p>Performs the following actions: </p>
<ol>
- <li>Takes a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>Takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -281,9 +283,9 @@
<p>Takes a screenshot, and starts an activity to collect and submit feedback from the tester. </p>
<p>Performs the following actions: </p>
<ol>
- <li>Takes a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>Takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -313,8 +315,8 @@
<p>Starts an activity to collect and submit feedback from the tester, along with the given screenshot. </p>
<p>Performs the following actions: </p>
<ol>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -350,8 +352,8 @@
<p>Starts an activity to collect and submit feedback from the tester, along with the given screenshot. </p>
<p>Performs the following actions: </p>
<ol>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -395,7 +397,7 @@
<p>Updates the app to the newest release, if one is available. </p>
<p>Returns the release information or <code>null</code> if no update is found. Performs the following actions: </p>
<ol>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
<li>Checks if a newer release is available. If so, presents the tester with a confirmation dialog to begin the download. </li>
<li>If the newest release is an APK, downloads the binary and starts an installation. If the newest release is an AAB, directs the tester to the Play app to complete the download and installation. </li>
</ol> --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html 2023-03-02 18:55:05.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html 2023-03-02 18:50:05.000000000 +0000
@@ -32,7 +32,7 @@
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#cancelFeedbackNotification()">cancelFeedbackNotification</a>()</code></div>
- <p>Hides the notification shown with showFeedbackNotification.</p>
+ <p>Hides the notification shown with <code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code> or <code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code>.</p>
</td>
</tr>
<tr>
@@ -134,7 +134,7 @@
<div class="api-item"><a name="cancelFeedbackNotification--"></a><a name="cancelfeedbacknotification"></a>
<h3 class="api-name" id="cancelFeedbackNotification()">cancelFeedbackNotification</h3>
<pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#cancelFeedbackNotification()">cancelFeedbackNotification</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
- <p>Hides the notification shown with showFeedbackNotification.</p>
+ <p>Hides the notification shown with <code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code> or <code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a></code>.</p>
</div>
<div class="api-item"><a name="checkForNewRelease--"></a><a name="checkfornewrelease"></a>
<h3 class="api-name" id="checkForNewRelease()">checkForNewRelease</h3>
@@ -157,12 +157,13 @@
<h3 class="api-name" id="showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</h3>
<pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(java.lang.CharSequence,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a>(<br> additionalFormText: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>,<br> interruptionLevel: <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a><br>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<p>Displays a notification that, when tapped, will take a screenshot of the current activity, then start a new activity to collect and submit feedback from the tester along with the screenshot. </p>
- <p>On Android 13 and above, this method requires the <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission">runtime permission for sending notifications</a>: <code>POST_NOTIFICATIONS</code>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
+ <p>On Android 13 and above, this method requires the runtime permission for sending notifications: <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission"><code>
+POST_NOTIFICATIONS</code></a>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
<p>When the notification is tapped: </p>
<ol>
- <li>If the app is open, take a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the app is open, takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -185,7 +186,7 @@
<tr>
<td><code>interruptionLevel: <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a></code></td>
<td>
- <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a notification channel importance and once set cannot be changed except by the user.</p>
+ <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a <a href="https://developer.android.com/develop/ui/views/notifications/channels#importance">notification channel importance</a> and once set cannot be changed except by the user.</p>
</td>
</tr>
</tbody>
@@ -196,12 +197,13 @@
<h3 class="api-name" id="showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</h3>
<pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/FirebaseAppDistribution.html#showFeedbackNotification(int,com.google.firebase.appdistribution.InterruptionLevel)">showFeedbackNotification</a>(<br> additionalFormText: @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/StringRes.html">StringRes</a> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br> interruptionLevel: <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a><br>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<p>Displays a notification that, when tapped, will take a screenshot of the current activity, then start a new activity to collect and submit feedback from the tester along with the screenshot. </p>
- <p>On Android 13 and above, this method requires the <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission">runtime permission for sending notifications</a>: <code>POST_NOTIFICATIONS</code>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
+ <p>On Android 13 and above, this method requires the runtime permission for sending notifications: <a href="https://developer.android.com/develop/ui/views/notifications/notification-permission"><code>
+POST_NOTIFICATIONS</code></a>. If your app targets Android 13 (API level 33) or above, you should <a href="https://developer.android.com/training/permissions/requesting">request the permission</a>. </p>
<p>When the notification is tapped: </p>
<ol>
- <li>If the app is open, take a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the app is open, takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -224,7 +226,7 @@
<tr>
<td><code>interruptionLevel: <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/InterruptionLevel.html">InterruptionLevel</a></code></td>
<td>
- <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a notification channel importance and once set cannot be changed except by the user.</p>
+ <p>the level of interruption for the feedback notification. On platforms below Android 8, this corresponds to a <a href="https://developer.android.com/develop/ui/views/notifications/channels#importance">notification channel importance</a> and once set cannot be changed except by the user.</p>
</td>
</tr>
</tbody>
@@ -249,9 +251,9 @@
<p>Takes a screenshot, and starts an activity to collect and submit feedback from the tester. </p>
<p>Performs the following actions: </p>
<ol>
- <li>Takes a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>Takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -281,9 +283,9 @@
<p>Takes a screenshot, and starts an activity to collect and submit feedback from the tester. </p>
<p>Performs the following actions: </p>
<ol>
- <li>Takes a screenshot of the current activity </li>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>Takes a screenshot of the current activity. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -313,8 +315,8 @@
<p>Starts an activity to collect and submit feedback from the tester, along with the given screenshot. </p>
<p>Performs the following actions: </p>
<ol>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -350,8 +352,8 @@
<p>Starts an activity to collect and submit feedback from the tester, along with the given screenshot. </p>
<p>Performs the following actions: </p>
<ol>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI </li>
- <li>Starts a full screen activity for the tester to compose and submit the feedback </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>Starts a full screen activity for the tester to compose and submit the feedback. </li>
</ol>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -395,7 +397,7 @@
<p>Updates the app to the newest release, if one is available. </p>
<p>Returns the release information or <code>null</code> if no update is found. Performs the following actions: </p>
<ol>
- <li>If tester is not signed in, presents the tester with a Google Sign-in UI. </li>
+ <li>If the tester is not signed in, presents the tester with a Google Sign-in UI. </li>
<li>Checks if a newer release is available. If so, presents the tester with a confirmation dialog to begin the download. </li>
<li>If the newest release is an APK, downloads the binary and starts an installation. If the newest release is an AAB, directs the tester to the Play app to complete the download and installation. </li>
</ol> |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
* Android 13 (API level 33) or above, you should <a | ||
* <p>On Android 13 and above, this method requires the runtime permission for sending | ||
* notifications: <a | ||
* href="https://developer.android.com/develop/ui/views/notifications/notification-permission">{@code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if {@code …}
inside <a>…</a>
gets rendered properly. Consider using <pre>…</pre>
instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good question but from the Javadoc preview it looks like it correctly inserts a <code>...</code>
which should work.
* Android 13 (API level 33) or above, you should <a | ||
* <p>On Android 13 and above, this method requires the runtime permission for sending | ||
* notifications: <a | ||
* href="https://developer.android.com/develop/ui/views/notifications/notification-permission">{@code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if {@code …}
inside <a>…</a>
gets rendered properly. Consider using <pre>…</pre>
instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
* Some App Distribution javadoc updates (#4740) * Support JPGs (in addition to PNGs) as feedback screenshots and set correct content-type/filename (#4783) * Support PNGs as feedback screenshots * Add tests and inject ContentResolver * Address feedback * Flip order of conditional * Update changelog and version for M129
Based on feedback from @rachelsaunders.