# Handling Media Files With MediaFacer Library For Android

DevFeed: [Handling Media Files With MediaFacer Library For Android](<https://devfeed.tech/articles/handling-media-files-with-mediafacer-library-for-android-23101.md>)

Original publisher: [Read original article](<https://medium.com/android-news/handling-media-files-with-mediafacer-library-for-android-cd9d2ca0dc68?source=rss----8fca399d4de---4>)

Author: M.N Emmanuel

Published: 2020-04-27T07:45:41Z

Content type: tutorial

Language: en

Sources: [Android & Tech News -- Medium](<https://devfeed.tech/sources/android-tech-news-medium.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Android Library](<https://devfeed.tech/topics/android-library.md>), [Library](<https://devfeed.tech/topics/library.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-app-development](<https://devfeed.tech/tags/android-app-development.md>), [android-architecture](<https://devfeed.tech/tags/android-architecture.md>), [androiddev](<https://devfeed.tech/tags/androiddev.md>), [code](<https://devfeed.tech/tags/code.md>), [library](<https://devfeed.tech/tags/library.md>), [manifest](<https://devfeed.tech/tags/manifest.md>), [programming](<https://devfeed.tech/tags/programming.md>), [software-development](<https://devfeed.tech/tags/software-development.md>)

## AI overview

This tutorial introduces the MediaFacer Android library for querying media files through MediaStore with less cumbersome code. It discusses Android 10 Scoped Storage, support for internal and external storage, and the permissions required to use the library.

## Source excerpt

Querying media content on android with ease using the MediaFacer class library Continue reading on AndroidPub "