Skip to content

Commit 5f8173f

Browse files
committed
docs: fix javadoc link
Change-Id: Ife9c4948c484eaf1e01dbb269bc61e657cc5527e
1 parent 421854e commit 5f8173f

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)