We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a277e14 + 5da1c17 commit 3c6ac8cCopy full SHA for 3c6ac8c
1 file changed
docs/html/training/basics/activity-lifecycle/starting.jd
@@ -219,7 +219,7 @@ public void onCreate(Bundle savedInstanceState) {
219
}
220
</pre>
221
222
-<p class="caution"><strong>Caution:</strong> Using the {@link android.os.Build.VERSION.SDK_INT} to
+<p class="caution"><strong>Caution:</strong> Using the {@link android.os.Build.VERSION#SDK_INT} to
223
prevent older system's from executing new APIs works in this way on Android 2.0 (API level
224
5) and higher only. Older versions will encounter a runtime exception.</p>
225
0 commit comments