We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f202172 commit a4766e4Copy full SHA for a4766e4
src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md
@@ -81,8 +81,6 @@ To get started with the Analytics-Kotlin mobile library:
81
<!-- Required for internet. -->
82
<uses-permission android:name="android.permission.INTERNET"/>
83
<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"/>
86
```
87
88
## Tracking Methods
0 commit comments