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

Commit 5c7e76a8 authored by Dan Dascalescu's avatar Dan Dascalescu Committed by android-build-merger
Browse files

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

am: a4514e45

* commit 'a4514e45':
  Fix "java" capitalization in Intent.html
parents ec4886d7 a4514e45
Loading
Loading
Loading
Loading
+1 −1
Original line number 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
 * 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
 * "android.intent.action.VIEW".</p>
 *