Loading core/java/android/content/Intent.java +1 −1 Original line number Diff line number Diff line Loading @@ -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}" /> * <data mimeType:name="vnd.android.cursor.dir/<i>vnd.google.note</i>" /> * <data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /> * </intent-filter></pre> * <p>This declares the things that the activity can do on a directory of * notes. The type being supported is given with the <type> tag, where Loading Loading
core/java/android/content/Intent.java +1 −1 Original line number Diff line number Diff line Loading @@ -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}" /> * <data mimeType:name="vnd.android.cursor.dir/<i>vnd.google.note</i>" /> * <data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /> * </intent-filter></pre> * <p>This declares the things that the activity can do on a directory of * notes. The type being supported is given with the <type> tag, where Loading