Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3beb3b88 authored by Alexander Roederer's avatar Alexander Roederer Committed by Automerger Merge Worker
Browse files

Merge "Removes comment dead link on MIME types" into udc-dev am: 81bdc8e2 am: d743036c

parents bf7bc4aa d743036c
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -8657,13 +8657,13 @@ public class Notification implements Parcelable
             * where the platform doesn't support the MIME type, the original text provided in the
             * where the platform doesn't support the MIME type, the original text provided in the
             * constructor will be used.
             * constructor will be used.
             * @param dataMimeType The MIME type of the content. See
             * @param dataMimeType The MIME type of the content. See
             * <a href="{@docRoot}notifications/messaging.html"> for the list of supported MIME
             * {@link android.graphics.ImageDecoder#isMimeTypeSupported(String)} for a list of
             * types on Android and Android Wear.
             * supported image MIME types.
             * @param dataUri The uri containing the content whose type is given by the MIME type.
             * @param dataUri The uri containing the content whose type is given by the MIME type.
             * <p class="note">
             * <p class="note">
             * Notification Listeners including the System UI need permission to access the
             * data the Uri points to. The recommended ways to do this are:
             * <ol>
             * <ol>
             *   <li>Notification Listeners including the System UI need permission to access the
             *       data the Uri points to. The recommended ways to do this are:</li>
             *   <li>Store the data in your own ContentProvider, making sure that other apps have
             *   <li>Store the data in your own ContentProvider, making sure that other apps have
             *       the correct permission to access your provider. The preferred mechanism for
             *       the correct permission to access your provider. The preferred mechanism for
             *       providing access is to use per-URI permissions which are temporary and only
             *       providing access is to use per-URI permissions which are temporary and only