Loading core/java/android/content/IntentFilter.java +1 −3 Original line number Diff line number Diff line Loading @@ -60,9 +60,7 @@ import java.util.Set; * multiple possible matching values (via {@link #addAction}, * {@link #addDataType}, {@link #addDataScheme}, {@link #addDataSchemeSpecificPart}, * {@link #addDataAuthority}, {@link #addDataPath}, and {@link #addCategory}, respectively). * For actions, the field * will not be tested if no values have been given (treating it as a wildcard); * if no data characteristics are specified, however, then the filter will * For actions, if no data characteristics are specified, then the filter will * only match intents that contain no data. * * <p>The data characteristic is Loading Loading
core/java/android/content/IntentFilter.java +1 −3 Original line number Diff line number Diff line Loading @@ -60,9 +60,7 @@ import java.util.Set; * multiple possible matching values (via {@link #addAction}, * {@link #addDataType}, {@link #addDataScheme}, {@link #addDataSchemeSpecificPart}, * {@link #addDataAuthority}, {@link #addDataPath}, and {@link #addCategory}, respectively). * For actions, the field * will not be tested if no values have been given (treating it as a wildcard); * if no data characteristics are specified, however, then the filter will * For actions, if no data characteristics are specified, then the filter will * only match intents that contain no data. * * <p>The data characteristic is Loading