android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.34k stars 1.63k forks source link

Use URIs instead of bitmaps for ImageGlanceWidget.kt #373

Closed marcelpinto closed 1 year ago

marcelpinto commented 1 year ago

By using a FileProvider we can directly provide access to the image in the cache to the launcher.

Note: this approach has some issues when the launcher is not the default or another process is hosting the widget instead.