internal vs external uri on fetching data from mediastore
问题 Hopefully someone can clarify this to me...I am working on a simple video player app that plays video clip stored on phone. All examples I've seen fetch video using MediaStore.Video.Media.EXTERNAL_CONTENT_URI content Uri, something like that cursor = resolver.query(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, cols, whereClause, null, sortOrder); But won't it limit the list to only files stored on SD card? Newer android phones has significant amount of internal memory - for example, Samsung