Skip to content

Commit

Permalink
Remove manifest information.
Browse files Browse the repository at this point in the history
library/src/main/AndroidManifest.xml will be merged automatically.
  • Loading branch information
Kevinrob committed Jan 25, 2024
1 parent b811d56 commit 08e3792
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,3 @@ queueITWaitingRoomView.showQueue(_queuePassedInfo.getQueueUrl(), _queuePassedInf
```
## Mobile SDK Integration with proteced API (Queue-it connector on server side):
If your application is using an API that's protected by a Queue-it connector (KnownUser) you can check out [this documentation](https://github.com/queueit/android-webui-sdk/blob/master/documentation/protected_apis.md).

## Required permissions

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

## Activities to include in your manifest

```xml
<activity android:name="com.queue_it.androidsdk.QueueActivity" />
```

0 comments on commit 08e3792

Please sign in to comment.