bumptech / bumptech/glide

Supporting behavior changes when TargetSDK 34

Open
#5,413 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

This [line](https://github.com/bumptech/glide/blob/master/library/src/main/java/com/bumptech/glide/manager/SingletonConnectivityReceiver.java#L279) 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.