First of all, I am currently learning about Android security and wasn't sure if to post it on the Android or Security StackExchange, either way here is my problem...
Investigating the content providers of a particular app, I found out that:
content://media/internal/images/media
could be queried. After querying it, I obtained the following files, /system/media/video/edge.png and /system/media/video/edge720p.png
My question is, what is this directory for, and what are these files used for? Is it dangerous that this path can be queried?
Thanks
/system/media/
path? – Andrew T. Jan 11 '20 at 17:23