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

Commit 5159f54a authored by Dan Dascalescu's avatar Dan Dascalescu Committed by Android (Google) Code Review
Browse files

Merge "docs: Fix typo mimeType:name -> android:mimeType" into mnc-docs

parents c3651f41 bda4c902
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