Loading telephony/common/com/android/internal/telephony/TelephonyPermissions.java +4 −1 Original line number Diff line number Diff line Loading @@ -862,9 +862,12 @@ public final class TelephonyPermissions { + " destAddr is emergency number"); return true; } } catch(Exception e) { Log.e(LOG_TAG, "Cannot verify if destAddr is an emergency number: " + e); } finally { Binder.restoreCallingIdentity(token); } return checkSubscriptionAssociatedWithUser(context, subId, callerUserHandle); } Loading Loading
telephony/common/com/android/internal/telephony/TelephonyPermissions.java +4 −1 Original line number Diff line number Diff line Loading @@ -862,9 +862,12 @@ public final class TelephonyPermissions { + " destAddr is emergency number"); return true; } } catch(Exception e) { Log.e(LOG_TAG, "Cannot verify if destAddr is an emergency number: " + e); } finally { Binder.restoreCallingIdentity(token); } return checkSubscriptionAssociatedWithUser(context, subId, callerUserHandle); } Loading