I was looking at the Crash report and found a strange crash.
I requested a runtime permission(
READ_PHONE_STATE)
for TelephonyManager.getLine1Number() method and it was granted.
Most of them work fine. But sometimes a security exception occurs. Obviously, The permission was granted when viewed in the log. Even very rarely happens in the Android 5.x version.
Compared to the total number of users, this crash occurs very rarely. But I do not know why this happens.