huajijam
huajijam
The application reads the configuration from the device, and the display toggles If we save the toggles as a config then compare it with the one we read, it can...
for OEM-Specific info, check [this code](https://cs.android.com/android/platform/superproject/+/android13-release:packages/services/Telephony/src/com/android/phone/settings/RadioInfo.java;l=623-626) it was control by ur custom rom's oem thing.It query activity with `com.android.phone.settings.OEM_RADIO_INFO` intent,if there is one,then it will open it.
for EAB/Presence Provisioned switchs, google blocked them intentionally check [this](https://cs.android.com/android/platform/superproject/+/android13-release:packages/services/Telephony/src/com/android/phone/settings/RadioInfo.java;l=1653-1654)
for Trigger Carrier provisioning and Carrier provisioning info it need a key call ` CarrierConfigManager.KEY_CARRIER_PROVISIONING_APP_STRING` u can set it in PixelIMS manually,but it just control by carrier profile about ur...
Please provide log
fixed in #24

还有这种...