File tree Expand file tree Collapse file tree
docs/html/guide/topics/renderscript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,17 +157,16 @@ precision (such as SIMD CPU instructions).</p>
157157
158158<ul>
159159 <li><strong>{@link android.renderscript}</strong> - The APIs in this class package are
160- available on devices running Android 3.0 (API level 11) and higher. These are the original APIs
161- for RenderScript and are not currently being updated.</li>
160+ available on devices running Android 3.0 (API level 11) and higher. </li>
162161 <li><strong>{@link android.support.v8.renderscript}</strong> - The APIs in this package are
163162 available through a <a href="{@docRoot}tools/support-library/features.html#v8">Support
164163 Library</a>, which allows you to use them on devices running Android 2.2 (API level 8) and
165164 higher.</li>
166165</ul>
167166
168167<p>We strongly recommend using the Support Library APIs for accessing RenderScript because they
169- include the latest improvements to the RenderScript compute framework and provide a wider range
170- of device compatibility .</p>
168+ provide a wider range of device compatibility. Developers targeting specific versions of
169+ Android can use {@link android.renderscript} if necessary .</p>
171170
172171
173172<h3 id="ide-setup">Using the RenderScript Support Library APIs</h3>
@@ -308,4 +307,4 @@ function launches as necessary.</li>
308307<li><strong>Tear down the RenderScript context.</strong> The RenderScript context can be destroyed
309308with {@link android.renderscript.RenderScript#destroy} or by allowing the RenderScript context
310309object to be garbage collected. This will cause any further use of any object belonging to that
311- context to throw an exception.</li> </ol>
310+ context to throw an exception.</li> </ol>
You can’t perform that action at this time.
0 commit comments