Skip to content

Commit

Permalink
Fix AlarmService export
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Jan 8, 2024
1 parent dfcf14d commit 3c97745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<application>
<receiver android:name=".AlarmReceiver" />
<service
android:name=".alarm.AlarmService"
android:name=".AlarmService"
android:exported="false"
android:foregroundServiceType="mediaPlayback">
</service>
Expand Down

0 comments on commit 3c97745

Please sign in to comment.