Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
literacyapp authored Jun 19, 2017
1 parent 6553a9b commit 8933a81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contentprovider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ if (permissionCheckWriteExternalStorage != PackageManager.PERMISSION_GRANTED) {
ContentProvider.initializeDb(this);
```

Also add the following to `AndroidManifest.xml`:

```
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
```

You will now have read-only access to the LiteracyApp database and all its content, e.g. letters, numbers, words, story books, audios, images, videos, etc. The content can be accessed via the `org.literacyapp.contentprovider.ContentProvider` helper class.

0 comments on commit 8933a81

Please sign in to comment.