Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

I've just updated the markdown #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,16 @@ In some environments it may not be possible to use the couchbase.xml ant script
4. Update the project's AndroidManifest.xml to declare the Couchbase service and request the required permissions.

Within the "application" section add:

```
<service android:name="com.couchbase.android.CouchbaseService" android:enabled="true" android:exported="false"/>
```

Within the "manifest" section add:

```
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
```

## Requirements

Expand Down