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

Commit bda4c902 authored by Dan Dascalescu's avatar Dan Dascalescu
Browse files

docs: Fix typo mimeType:name -> android:mimeType

bug: https://code.google.com/p/android/issues/detail?id=37519
Change-Id: I9a22be7728151895b4fdaf7fbbdf2cb266190abe
parent 3b7e1951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ import java.util.Set;
 *     <action android:name="{@link #ACTION_EDIT android.intent.action.EDIT}" />
 *     <action android:name="{@link #ACTION_PICK android.intent.action.PICK}" />
 *     <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
 *     &lt;data mimeType:name="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
 *     &lt;data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
 * &lt;/intent-filter&gt;</pre>
 * <p>This declares the things that the activity can do on a directory of
 * notes.  The type being supported is given with the &lt;type&gt; tag, where