From e87234f3ba3523d314e5eab23a4e5d2a093010fc 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
---
docs/html/guide/topics/renderscript/compute.jd | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/docs/html/guide/topics/renderscript/compute.jd b/docs/html/guide/topics/renderscript/compute.jd
index 297a2dc3f8597..2e7ce56322244 100644
--- a/docs/html/guide/topics/renderscript/compute.jd
+++ b/docs/html/guide/topics/renderscript/compute.jd
@@ -159,8 +159,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
@@ -168,8 +167,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