Refresh Android mediastore using adb

前端 未结 5 942
鱼传尺愫
鱼传尺愫 2020-12-04 08:42

I\'m using adb to sync music on an android phone. Essentially, I rm the existing music directory and push replacement music files.

I\'d like to be able to use adb to

5条回答
  •  無奈伤痛
    2020-12-04 09:01

    On some Samsung mobiles, you can get a full rescan like this:

    am broadcast -a com.samsung.intent.action.MTP_FILE_SCAN -n com.android.providers.media/.MediaScannerReceiver
    

提交回复
热议问题