David-Jackson / RoadQuality

An Android app to make roads better by crowdsourcing road quality.
MIT License
4 stars 5 forks source link

Fix share intent #7

Closed David-Jackson closed 6 years ago

David-Jackson commented 6 years ago

This code currently does not work properly. This is supposed to share the database file to another app (email attachment, Google drive file, send file over Bluetooth).

https://github.com/David-Jackson/RoadQuality/blob/666a5b7a7d3ef042764c5a0e3ac76cef68d51815/app/app/src/main/java/fyi/jackson/drew/roadquality/ActivityMain.java#L365-L377

David-Jackson commented 6 years ago

Commit da7861b makes some changes required to specify the proper stream, but it still needs to be tested if the file has the proper permissions.

https://github.com/David-Jackson/RoadQuality/blob/da7861b6a90591fb31c0f35c2007dc14cdd55669/app/app/src/main/java/fyi/jackson/drew/roadquality/ActivityMain.java#L348-L365

David-Jackson commented 6 years ago

Closed with ebc73f0