From fd1fd6eefb12e135b740a16e414cc4d637c8c370 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 18 Aug 2015 17:41:41 -0700 Subject: Don't make bad RS API level recommendations. This document was recommending that users always target the latest available API level, but that will prevent optimization on older devices. Instead, they should be setting the minimum value that they require. Change-Id: I27c65872d124ed0beaeb2125d68d1d636ffa9352 --- docs/html/guide/topics/renderscript/compute.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/renderscript/compute.jd b/docs/html/guide/topics/renderscript/compute.jd index 2e7ce5632224..b6a6cd77f2df 100644 --- a/docs/html/guide/topics/renderscript/compute.jd +++ b/docs/html/guide/topics/renderscript/compute.jd @@ -215,7 +215,7 @@ import android.support.v8.renderscript.*;