Skip to content

Commit a4766e4

Browse files
committed
remove unnecessary permission
1 parent f202172 commit a4766e4

File tree

1 file changed

+0
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android

1 file changed

+0
-2
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ To get started with the Analytics-Kotlin mobile library:
8181
<!-- Required for internet. -->
8282
<uses-permission android:name="android.permission.INTERNET"/>
8383
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
84-
<!-- Required to compute device Id, not providing this will not break your implementation -->
85-
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
8684
```
8785
8886
## Tracking Methods

0 commit comments

Comments
 (0)