I have an application that contains a receiver with the following intent filters:
<intent-filter android:priority="99999999"> <action android:name="android.intent.action.CAMERA_BUTTON" /> <action android:name="android.intent.action.SEARCH_LONG_PRESS" /> </intent-filter> For devices that have a camera button everything works fine. However, for devices that don't have a camera button, I decided to use a long- press of the search button. One of the users has reported that this is not working and that pressing the search button does not launch my app... it only launches the speech recorder, as it did before my app was installed. There is a setting that turns this feature on and off, but I have verified that it is indeed on. Am I missing something here? What else do I need to do to get my app to launch when the search button is pressed? Thanks, Justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

