Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f8173f3 authored by Scott Main's avatar Scott Main
Browse files

docs: fix javadoc link

Change-Id: Ife9c4948c484eaf1e01dbb269bc61e657cc5527e
parent 421854e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ public void onCreate(Bundle savedInstanceState) {
}
</pre>

<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
prevent older system's from executing new APIs works in this way on Android 2.0 (API level
5) and higher only. Older versions will encounter a runtime exception.</p>