commit | 022f9b7daa257b569c1d42bfc72f31fcfc95c00e | [log] [tgz] |
---|---|---|
author | sangyun <sangyun@google.com> | Mon May 20 16:05:50 2024 +0900 |
committer | sangyun <sangyun@google.com> | Mon May 20 16:05:53 2024 +0900 |
tree | b3f4f7f2a6eb31e27c4a55a2404ee52f5170c444 | |
parent | b94cab0e4151c88ab3343aed76b8feedd56647fe [diff] |
Fix crash when the FEATURE_TELEPHONY_EUICC is not defined If the device does not declare FEATURE_TELEPHONY_EUICC, RadioInfo can make a crash because EuiccManager cannot be obtained. Fixed it to check whether a feature is declared and display messages according to the Euicc availability. Bug: 341619122 Test: tested with euiccmanager null. Change-Id: Iad5fc08f9d069327844a1f6d9c8f2e2815e5bdf0