bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.67k stars 6.12k forks source link

Supporting behavior changes when TargetSDK 34 #5413

Open doniwinata0309 opened 5 months ago

doniwinata0309 commented 5 months ago

This line using context.registerReceiver, when using android 14 and app targeting SDK 34, we should specify flag exported/not exported.

https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported

Can you help doublecheck if it necessary to add that flag on this class? Currently i dont see any issue on rendering image, but wondering if that flag will causing any issue in the background.

Glide Version: 4.16.0

Integration libraries:okhttp3

Device/Android Version: 14