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

Commit 7e88f9d3 authored by Dan Dascalescu's avatar Dan Dascalescu
Browse files

Fix "java" capitalization in Intent.html

bug: 26403924
Change-Id: I300c87597de14318a3c77f790d25fea3ad5ef6f6
parent a95c52f3
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>
 *