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

Commit a9b3d73d authored by Jason Monk's avatar Jason Monk
Browse files

Remove slice: from SliceProvider docs

We don't use slice:// uris, all slice uris are standard content uris.

Test: none
Change-Id: Ie31c5eb85482a72bbc7d2b549b232731015e3537
parent 45354354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ import java.util.concurrent.CountDownLatch;
 */
public abstract class SliceProvider extends ContentProvider {
    /**
     * This is the Android platform's MIME type for a slice: URI
     * This is the Android platform's MIME type for a URI
     * containing a slice implemented through {@link SliceProvider}.
     */
    public static final String SLICE_TYPE = "vnd.android.slice";