From 08e37921c43c45ff106916c5b671372aaa9574fe Mon Sep 17 00:00:00 2001 From: Kevin Robatel Date: Thu, 25 Jan 2024 13:57:51 +0100 Subject: [PATCH] Remove manifest information. library/src/main/AndroidManifest.xml will be merged automatically. --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 69649c6..951c825 100644 --- a/README.md +++ b/README.md @@ -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 - - -``` - -## Activities to include in your manifest - -```xml - -``` \ No newline at end of file