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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -