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

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

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