[Android] An intentfilter priority can't be higher than SYSTEM_HIGH_PRIORITY.

XilasZ xilasz at gmail.com
Wed Oct 31 08:47:35 CET 2012


> An intentfilter priority can't be higher than SYSTEM_HIGH_PRIORITY.
>
> -        filter.setPriority(Integer.MAX_VALUE);
> +        filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
>

this broke double click (for next song) for me.
Now the double click is handled by the OS, which dials the last number.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20121031/d07b780c/attachment.html>


More information about the Android mailing list