kevalpatel2106 / android-ringtone-picker

Simple Ringtone Picker dialog which allows you to pick different sounds from ringtone, alarm tone, notification tone and music from external storage.
Apache License 2.0
73 stars 25 forks source link

是严格只读取external.db的数据么? #2

Open singlepig opened 7 years ago

singlepig commented 7 years ago

你好,我是在解某个Settings的bug时,找到本项目的,安装试用后发现,能读取internal.db的通知铃声数据。

照理来说,MediaStore.Audio.Media.EXTERNAL_CONTENT_URI 应该是指定只读取external.db的吧? 我手机里external.db里面的audio表基本是空的,没有铃声数据,只有internal.db里有。