From 9edda10707b3993aa2ff133feee3ccbd803905e5 Mon Sep 17 00:00:00 2001
From: quddusc
Date: Wed, 30 Oct 2013 20:28:08 -0700
Subject: [PATCH 1/2] Updated description for the StorageProvider browseable
sample.
Change-Id: I3f83a89e3b154f207e4054b92f0d4fc1f7851eb4
(cherry picked from commit a76387f7a4f5e65f8225e1b657ecdcfbee20682b)
---
samples/browseable/StorageProvider/_index.jd | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 samples/browseable/StorageProvider/_index.jd
diff --git a/samples/browseable/StorageProvider/_index.jd b/samples/browseable/StorageProvider/_index.jd
new file mode 100644
index 000000000..dc0da603b
--- /dev/null
+++ b/samples/browseable/StorageProvider/_index.jd
@@ -0,0 +1,7 @@
+page.tags="StorageProvider"
+sample.group=Content
+@jd:body
+
+This sample demonstrates how to use the
+{@link android.provider.DocumentsProvider} API to manage documents and
+expose them to the Android system for sharing.
From 177a5df995c66880a7060fe02f4f696421fdde1d Mon Sep 17 00:00:00 2001
From: quddusc
Date: Thu, 31 Oct 2013 11:03:15 -0700
Subject: [PATCH 2/2] Fixed broken link in ActivityInstrumentation sample
description.
Change-Id: I1ab9a5750693f44dec7aa97c99a2cfcd6af0b78e
(cherry picked from commit b5de8afa234acc3caf231fe319f471dabb7d99b1)
---
samples/browseable/ActivityInstrumentation/_index.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/browseable/ActivityInstrumentation/_index.jd b/samples/browseable/ActivityInstrumentation/_index.jd
index 1cf01c84b..fa6272425 100644
--- a/samples/browseable/ActivityInstrumentation/_index.jd
+++ b/samples/browseable/ActivityInstrumentation/_index.jd
@@ -9,5 +9,5 @@ sample.group=Testing
{@link android.test.InstrumentationTestCase} to test the internal state of an
{@link android.app.Activity}.
To learn more about using Android's custom testing framework, see
-Testing Your
+Testing Your
Android Activity.