Hello,

I wanted to create an app to detect that it has remove the SD card.
But, I disinclined to received broadcast action which spoofed from malware.
I tried to limit received by "android:exported=false" with in manifest.
This filter action is android.intent.action.MEDIA_UNMOUNTED action(this 
action is not protected-broadcast). 
I thought system action can't received also whether not being blocked by 
exported=false.

However, it was able to receive the android.intent.action.MEDIA_UNMOUNTED 
action correctly from Android system.

In other words, Can I receive the system broadcast that has been specified 
"exported = false" by manifest?

Regards,
Hiroshi

-- 
-- 
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+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to