Skip to content

Commit 2cb6eec

Browse files
committed
Revert "chore: add android permissions note to docs"
This reverts commit 614e290.
1 parent 614e290 commit 2cb6eec

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

compose/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ class MyApplication : Application() {
5252
}
5353
```
5454

55-
Add the following permissions to your `AndroidManifest.xml`:
56-
57-
```xml
58-
<uses-permission android:name="android.permission.INTERNET" />
59-
```
60-
6155
#### Multiplatform
6256

6357
```kotlin

core/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ class MyApplication : Application() {
5353
}
5454
```
5555

56-
Add the following permissions to your `AndroidManifest.xml`:
57-
58-
```xml
59-
<uses-permission android:name="android.permission.INTERNET" />
60-
```
61-
6256
#### Other Platforms
6357

6458
For non-Android platforms, initialization is similar but without the Android-specific storage provider:

0 commit comments

Comments
 (0)