Uri uri = MediaStore.Audio.Media.EXTERNAL_CONTENT_URI.buildUpon()
.appendQueryParameter("limit", "1").build();
Cursor cursor = context.getContentResolver().query(uri,
new String[] { MediaStore.Audio.Artists._ID }, null, null,
null);

相关文章:

  • 2022-01-13
  • 2021-11-28
  • 2021-11-19
  • 2021-12-05
猜你喜欢
  • 2021-11-28
  • 2021-10-03
  • 2022-01-24
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案