Skip to content

Commit 5da1c17

Browse files
scottamainAndroid Git Automerger
authored andcommitted
am 5f8173f: docs: fix javadoc link
* commit '5f8173f35b241e2f15dad1218b07216c9163b80d': docs: fix javadoc link
2 parents 2442e1e + 5f8173f commit 5da1c17

File tree

1 file changed

+1
-1
lines changed
  • docs/html/training/basics/activity-lifecycle

1 file changed

+1
-1
lines changed

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)