iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 83 forks source link

Fix broken camera permissions Pre-oreo #283

Closed timothyasp closed 1 year ago

timothyasp commented 6 years ago

Due to some permissions and FileProvider changes the last release, older devices didn't have access to the filesystem, and the Camera intent couldn't write the files, causing the app to crash. This fixes that.

Also, CopyImage API call was broken due to okhttp requiring a body for POST requests. Also fixed.