Skip to content

Commit

Permalink
feat: update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 13, 2024
1 parent 582f2da commit 3470778
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
tools:overrideLibrary="com.google.zxing.client.android"
tools:ignore="GoogleAppIndexingWarning, HardcodedDebugMode">

<meta-data android:name="io.sentry.auto-init" android:value="false" />

<activity
android:name="net.ivpn.core.v2.timepicker.TimePickerActivity"
android:exported="false"
Expand Down
15 changes: 0 additions & 15 deletions site/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@
android:hasFragileUserData="false"
tools:ignore="HardcodedDebugMode">

<meta-data
android:name="io.sentry.dsn"
android:value="${SENTRY_DSN}" />

<meta-data
android:name="io.sentry.debug"
android:value="true" />
<meta-data
android:name="io.sentry.auto-init"
android:value="false" />

<meta-data
android:name="io.sentry.anr.enable"
android:value="false" />

<service
android:name=".updates.UpdatesService"
android:exported="false" />
Expand Down
15 changes: 0 additions & 15 deletions store/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@
android:hasFragileUserData="false"
tools:ignore="HardcodedDebugMode" >

<meta-data
android:name="io.sentry.dsn"
android:value="${SENTRY_DSN}" />

<meta-data
android:name="io.sentry.debug"
android:value="true" />
<meta-data
android:name="io.sentry.auto-init"
android:value="false" />

<meta-data
android:name="io.sentry.anr.enable"
android:value="false" />

<activity
android:name=".billing.BillingActivity"
android:exported="false"
Expand Down

0 comments on commit 3470778

Please sign in to comment.