Merge "DoneBar Sample: Convert to new build system" into developers-dev
diff --git a/content/documentsUi/StorageClient/template-params.xml b/content/documentsUi/StorageClient/template-params.xml
index 40a2139..24bd071 100644
--- a/content/documentsUi/StorageClient/template-params.xml
+++ b/content/documentsUi/StorageClient/template-params.xml
@@ -17,7 +17,7 @@
 <sample>
     <name>StorageClient</name>
     <package>com.example.android.storageclient</package>
-
+    <group>NoGroup</group>
     <!-- change minSdk if needed-->
     <minSdk>4</minSdk>
     <compileSdkVersion>19</compileSdkVersion>
@@ -25,9 +25,10 @@
     <strings>
         <intro>
             <![CDATA[
-            Using the Storage Backend API,
-            Introductory text that explains what the sample is intended to demonstrate. Edit
-            in template-params.xml.
+            Using the OPEN_DOCUMENT intent, a client app can access a list of Document Providers
+            on the device, and choose a file from any of them.
+            \n\nTo demonstrate this, click the button below to open up the Storage Access Framework
+            interface, and choose an image on your device.  It will be displayed in this app.
             ]]>
         </intro>
         <sample_action>Show Me The Image</sample_action>