Skip to content

Commit 9cd0f1f

Browse files
authored
Update README.md
1 parent 05be27f commit 9cd0f1f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ npm install --save react-native-queue-it
1717
cd ios && pod install
1818
```
1919

20-
If you're using Android, the library also needs network state information so you'll need to include these permissions in your app's manifest file:
21-
22-
``` xml
23-
<uses-permission android:name="android.permission.INTERNET" />
24-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
25-
```
26-
27-
Once the user gets in a queue, he's shown a different activity `QueueActivity` , so you'll need to include it in your manifest also.
20+
When Android is used, the following activity also needs to be included in the application's manifest file.
2821

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

0 commit comments

Comments
 (0)