Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcns committed Nov 7, 2022
1 parent 15bd982 commit a5055bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.arcns.media.selector

import android.annotation.SuppressLint
import android.content.ContentUris
import android.media.MediaFormat
import android.media.MediaMetadataRetriever
Expand Down Expand Up @@ -43,6 +44,7 @@ fun getMediasFromMediaStore(
/**
* 从系统媒体库获取媒体列表
*/
@SuppressLint("Range")
fun getMediasFromMediaStore(medias: ArrayList<EMedia>, mediaQuery: EMediaQuery): ArrayList<EMedia> {
val queryProjection = arrayListOf(
MediaStore.Files.FileColumns._ID,
Expand Down

0 comments on commit a5055bd

Please sign in to comment.