We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421854e commit 5f8173fCopy full SHA for 5f8173f
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