Updating metadata for the StorageClient sample

Change-Id: I479ad45ecd188062e66b7c40f98d3afb66845408
diff --git a/content/documentsUi/StorageClient/screenshots/icon-web.png b/content/documentsUi/StorageClient/screenshots/icon-web.png
new file mode 100644
index 0000000..004d80c
--- /dev/null
+++ b/content/documentsUi/StorageClient/screenshots/icon-web.png
Binary files differ
diff --git a/content/documentsUi/StorageClient/screenshots/main.png b/content/documentsUi/StorageClient/screenshots/main.png
new file mode 100644
index 0000000..c2912e1
--- /dev/null
+++ b/content/documentsUi/StorageClient/screenshots/main.png
Binary files differ
diff --git a/content/documentsUi/StorageClient/template-params.xml b/content/documentsUi/StorageClient/template-params.xml
index 0b2ddf2..d1ac386 100644
--- a/content/documentsUi/StorageClient/template-params.xml
+++ b/content/documentsUi/StorageClient/template-params.xml
@@ -38,4 +38,43 @@
     <common src="logger"/>
     <common src="activities"/>
 
+    <metadata>
+        <status>PUBLISHED</status>
+        <categories>Content</categories>
+        <technologies>Android</technologies>
+        <languages>Java</languages>
+        <solutions>Mobile</solutions>
+        <level>INTERMEDIATE</level>
+        <icon>screenshots/icon-web.png</icon>
+        <screenshots>
+            <img>screenshots/main.png</img>
+        </screenshots>
+        <api_refs>
+            <android>android.content.Intent</android>
+        </api_refs>
+
+        <description>
+            <![CDATA[
+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.
+            ]]>
+        </description>
+
+        <intro>
+            <![CDATA[
+This sample aims to help you understand the OPEN_DOCUMENT intent, which allows a client
+application to access a list of Document Providers on the devices and choose a file from
+any of them.
+
+This sample first fires an intent to spin up the "file chooser" UI and select an image.
+Then, given the content:// URI of the selected image, it shows it on the screen using a
+DialogFragment. It also grabs metadata for the document specified by URI and logs that to
+the screen.
+
+To demonstrate this, click the "Show me" button to open up the Storage Access Framework
+interface, and choose an image on your device.  It will be displayed in this app.
+            ]]>
+        </intro>
+    </metadata>
+
 </sample>