stanford-oval / almond-android

The Almond Android App
Other
12 stars 8 forks source link

Fix FileUriExposedException in net.hockeyapp.android.tasks.DownloadFileTask.onPostExecute, line 197 #66

Closed gcampax closed 6 years ago

gcampax commented 6 years ago

Version: 1.7.0 (170) | edu.stanford.thingengine.engine

Stacktrace

net.hockeyapp.android.tasks.DownloadFileTask;onPostExecute;DownloadFileTask.java;197
net.hockeyapp.android.tasks.DownloadFileTask;onPostExecute;DownloadFileTask.java;34

Reason

android.os.FileUriExposedException: file:///storage/emulated/0/Download/3e071af0-1480-4755-bee0-1a307d53824b.apk exposed beyond app through Intent.getData()

Link to HockeyApp

gcampax commented 6 years ago

Seems to be caused by the Hockey SDK itself. Nothing we can do about it.