android - I can't receive ACTION_MEDIA_SCANNER_FINISHED intent -


i want receive action_media_scanner_finished, doesn't work. below manifest receiver.

<receiver android:name=".myreceiver">     <intent-filter>         <action android:name="android.intent.action.media_scanner_finished" />         <data android:scheme="file" />     </intent-filter> </receiver> 

i've browsed through many related articles, there no correct answer , of them quite old. wonder whether related api level or device or system app?


Comments

Popular posts from this blog

php - How to register a post type and taxonomy in WordPress and display in a page/single post -

database - How many Observations in SAS Sample Data Output -

emulation - Android map show my location didn't work -