From a30bbc86883d713a2b0708bf5f2fa24bd6fb8584 Mon Sep 17 00:00:00 2001 From: Space Cowboy Date: Tue, 16 Sep 2014 21:25:52 +0200 Subject: [PATCH] Structure of readme --- sample/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sample/README.md b/sample/README.md index 1beda2f..b0b4422 100644 --- a/sample/README.md +++ b/sample/README.md @@ -1,10 +1,14 @@ +# SD-card picker The sample app demonstrates the SD-card file chooser in action. No configuration is necessary for that. + +# Dropbox picker + If you want to try the Dropbox part of the sample, you'll need to get your own API-keys at [https://www.dropbox.com/developers/apps](https://www.dropbox.com/developers/apps) and insert them into DropboxSyncHelper.java and AndroidManifest.xml. See Dropbox for more details -on that. +on that: