fpalonso / direct-call-widget

A widget that makes it easier for people with vision problems to call their contacts.
GNU General Public License v3.0
4 stars 1 forks source link

Error taking a picture in Android 10 (probably from 9) #3

Closed fpalonso closed 4 years ago

fpalonso commented 4 years ago

In Android 10, you cannot take a picture for a new widget, probably due to a security exception. The solution would be to use a FileProvider instead of accessing a file path directly.

fpalonso commented 4 years ago

Fixed in 1.2.4