Skip to content

Commit 628529c

Browse files
committed
Remove unnecessary permissions
1 parent a5105be commit 628529c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry-kotlin-multiplatform/src/androidMain/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="io.sentry.kotlin.multiplatform">
55

6-
<uses-permission android:name="android.permission.INTERNET" />
7-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
8-
96
<application>
107
<provider
118
android:name="io.sentry.android.core.SentryInitProvider"

0 commit comments

Comments
 (0)