New HyperOS 24.1.8/11 Diting - Android System Intelligence keeps crashing


TurabG

Members
Jan 11, 2024
17
15
24.1.1 also had this problem. Android System Intelligence keeps crashing firing an exception which complains about permission denial like:

Code:
Caused by: java.lang.SecurityException:
Permission denial: reading from settings requires: android.permission.READ_DEVICE_CONFIG at
android.provider.Settings$Config.enforceReadPermission(Unknown Source:31)
at....

This is initially fired for:
Code:
java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.SCREEN_ON flg=0x50200010 } in jqc@e6b397f

This happens usually after unlocking the screen or after switching spaces. Since it complains about denial of permission, I checked if it had the device info permission, I saw that it didn't; I granted it. But it still happens with the same permission denial exception.