Re: [android-developers] Re: How to catch android.intent.action.MEDIA_MOUNTED
I tried that. It didn't seem to work. Have you ever registered for this dynamically? If it works for you, what other problem do you think it could be? I am registering from a Service so perhaps it doesn't work the same as registering from within an Activity?
On Sat, Jun 8, 2013 at 2:02 AM, Pent <support@apps.dinglisch.net> wrote:
> The problem I have is that I cannot seem to
> catch android.intent.action.MEDIA_MOUNTED via a dynamically-registered
> receiver.
You might need to do this:
intentFilter.addDataScheme( "file" );
Pent
--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "Android Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/android-developers/RQhgsWCy4Ek/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home