OSDN Git Service

Update the Music app to use the remote control focus API.
[android-x86/packages-apps-Music.git] / src / com / android / music / MediaButtonIntentReceiver.java
index 3a9fcf4..6b5a9d8 100644 (file)
@@ -130,7 +130,9 @@ public class MediaButtonIntentReceiver extends BroadcastReceiver {
                     mHandler.removeMessages(MSG_LONGPRESS_TIMEOUT);
                     mDown = false;
                 }
-                abortBroadcast();
+                if (isOrderedBroadcast()) {
+                    abortBroadcast();
+                }
             }
         }
     }