You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/AndroidManifest.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@
119
119
receiver ComponentName across reboots. Different builds registered different
120
120
receivers, so we keep both to ensure delivery regardless of which one the
121
121
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. -->
0 commit comments