akash
akash

Reputation: 167

Storage acces framework vs Mediastore api

can anyone help me to understand difference between SAF and mediastore api. Since both can be use to read and write file.

Upvotes: 1

Views: 931

Answers (1)

Saurabh Dhage
Saurabh Dhage

Reputation: 1711

Storage Access Framework: It is primarily used to access non-media files eg .pdf etc

Media store API: It is used to access Media Files mainly but you can also access non-media too. eg. Images, Video, etc.

Upvotes: 2

Related Questions