<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
An intentfilter priority can't be higher than SYSTEM_HIGH_PRIORITY.<br>
<br>
-        filter.setPriority(Integer.MAX_VALUE);<br>
+        filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);<br></blockquote></div><br>this broke double click (for next song) for me.<br>Now the double click is handled by the OS, which dials the last number.<br>