Skip to content

Commit 4ee6fb9

Browse files
committed
fix: push and deploy
1 parent b402ce5 commit 4ee6fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
receiver ComponentName across reboots. Different builds registered different
120120
receivers, so we keep both to ensure delivery regardless of which one the
121121
system has cached. Both forward to RecordingService. -->
122+
<!-- android:priority="2147483647" (the maximum integer value) tells the Android system that ilseon's manifest-registered receivers should be considered first if no other app is currently "owning" the media controls. -->
122123
<receiver android:name=".service.MediaButtonBroadcastReceiver"
123124
android:exported="true">
124125
<intent-filter android:priority="2147483647">

0 commit comments

Comments
 (0)