From 2a866f075d9b23f835d27d4d46f8ccdc60c1fa6e Mon Sep 17 00:00:00 2001
From: Tim Murray
Date: Mon, 25 Aug 2014 11:08:24 -0700
Subject: [PATCH] Update RenderScript docs.
android.renderscript is *not* deprecated at all and continues to
be under heavy development.
Change-Id: Ia5fcfbe89d30e92b97439c2864fd67de32b81fa4
(cherry picked from commit 0a02f29ad12845cfbda95c463c12d583f668ba63)
---
docs/html/guide/topics/renderscript/compute.jd | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/html/guide/topics/renderscript/compute.jd b/docs/html/guide/topics/renderscript/compute.jd
index c62510b2383fc..100894cc566c9 100644
--- a/docs/html/guide/topics/renderscript/compute.jd
+++ b/docs/html/guide/topics/renderscript/compute.jd
@@ -157,8 +157,7 @@ precision (such as SIMD CPU instructions).
- {@link android.renderscript} - The APIs in this class package are
- available on devices running Android 3.0 (API level 11) and higher. These are the original APIs
- for RenderScript and are not currently being updated.
+ available on devices running Android 3.0 (API level 11) and higher.
- {@link android.support.v8.renderscript} - The APIs in this package are
available through a Support
Library, which allows you to use them on devices running Android 2.2 (API level 8) and
@@ -166,8 +165,8 @@ precision (such as SIMD CPU instructions).
We strongly recommend using the Support Library APIs for accessing RenderScript because they
- include the latest improvements to the RenderScript compute framework and provide a wider range
- of device compatibility.
+ provide a wider range of device compatibility. Developers targeting specific versions of
+ Android can use {@link android.renderscript} if necessary.
Using the RenderScript Support Library APIs
@@ -308,4 +307,4 @@ function launches as necessary.
Tear down the RenderScript context. The RenderScript context can be destroyed
with {@link android.renderscript.RenderScript#destroy} or by allowing the RenderScript context
object to be garbage collected. This will cause any further use of any object belonging to that
-context to throw an exception.
\ No newline at end of file
+context to throw an exception.