Jigsaw-Code / Intra

An experimental tool that allows you to test new DNS-over-HTTPS services on Android
Apache License 2.0
1.57k stars 263 forks source link

fix: crash in work profile due to exceptions thrown by TileService #498

Closed jyyi1 closed 9 months ago

jyyi1 commented 9 months ago

I fixed a crash issue caused by: TileService.requestListeningState throwing exceptions if the user of the context is not the current user (might be a work profile user).

This is the new behavior since API level 33, so previously this issue is not found.