diff options
Diffstat (limited to 'docs/html/resources')
-rw-r--r-- | docs/html/resources/resources-data.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 5839064..b80e59a 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -496,6 +496,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'new'], + path: 'samples/Renderscript/index.html', + title: { + en: 'Renderscript' + }, + description: { + en: 'A set of samples that demonstrate how to use various features of the Renderscript APIs.' + } + }, + { tags: ['sample', 'accountsync'], path: 'samples/SampleSyncAdapter/index.html', title: { |