> I want to show some notification when android phone is connected to system. > I implemented BroadcastReceiver for listening to event > android.intent.action.ACTION_UMS_CONNECTED in my application > But it is not working. > Is it possible to capture this event
Yes, though if I remember right some users have mentioned it doesn't work on some configurations. If you're using a manifest-declared receiver, maybe try creating one at runtime instead (that's what my app does). Pent -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

