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

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

Merge "Fix "java" capitalization in Intent.html" into mnc-docs

parents 9f7d8d14 7e88f9d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -186,7 +186,7 @@ import java.util.Set;
 *
 *
 * <p>There are a variety of standard Intent action and category constants
 * <p>There are a variety of standard Intent action and category constants
 * defined in the Intent class, but applications can also define their own.
 * defined in the Intent class, but applications can also define their own.
 * These strings use java style scoping, to ensure they are unique -- for
 * These strings use Java-style scoping, to ensure they are unique -- for
 * example, the standard {@link #ACTION_VIEW} is called
 * example, the standard {@link #ACTION_VIEW} is called
 * "android.intent.action.VIEW".</p>
 * "android.intent.action.VIEW".</p>
 *
 *