Skip to content

Commit

Permalink
closed #17
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamarine5 committed Jun 19, 2024
1 parent 58da754 commit 0736bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<uses-permission android:name="MediaStore.Images.Media.INTERNAL_CONTENT_URI" />
<uses-permission android:name="MediaStore.Images.Media.EXTERNAL_CONTENT_URI" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE"/>

<application
android:allowBackup="true"
Expand Down Expand Up @@ -71,6 +72,7 @@
android:name=".ForegroundService"
android:exported="false"
android:label="ForegroundService"
android:foregroundServiceType="specialUse"
android:launchMode="singleTop" />
<!-- Required: set your sentry.io project identifier (DSN) -->
<meta-data android:name="io.sentry.dsn" android:value="https://ab6dc78fdf7748d540a0ccf4815de194@o4505418205364224.ingest.us.sentry.io/4506881518338048" />
Expand Down

0 comments on commit 0736bec

Please sign in to comment.