the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
78 stars 35 forks source link

Use a FileProvider for media suggestions #907

Closed bherbst closed 5 years ago

bherbst commented 5 years ago

Summary: Resolves issue #894 by adding a FileProvider to make our picture capture compatible with Android 24+.

This also moves us from using the public Pictures directory with a "The Blue Alliance" subdirectory to just a "The Blue Alliance" directory within the external storage directory.

Issues Reference:

894

Test Plan: Tested up to the final confirmation step on a couple devices, including those running 5.0, 9.0, and 8.0.

Screenshots: N/A