Skip to content

Commit 3c6ac8c

Browse files
scottamainAndroid Git Automerger
authored andcommitted
am 5da1c17: am 5f8173f: docs: fix javadoc link
* commit '5da1c179305f7c9d79a1c1b8f14d484d10189183': docs: fix javadoc link
2 parents a277e14 + 5da1c17 commit 3c6ac8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/html/training/basics/activity-lifecycle

docs/html/training/basics/activity-lifecycle/starting.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void onCreate(Bundle savedInstanceState) {
219219
}
220220
</pre>
221221

222-
<p class="caution"><strong>Caution:</strong> Using the {@link android.os.Build.VERSION.SDK_INT} to
222+
<p class="caution"><strong>Caution:</strong> Using the {@link android.os.Build.VERSION#SDK_INT} to
223223
prevent older system's from executing new APIs works in this way on Android 2.0 (API level
224224
5) and higher only. Older versions will encounter a runtime exception.</p>
225225

0 commit comments

Comments
 (0)