Loading telephony/java/android/telephony/SmsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2127,7 +2127,7 @@ public final class SmsManager { ret = iccISms.getSmsCapacityOnIccForSubscriber(getSubscriptionId()); } } catch (RemoteException ex) { throw new RuntimeException(ex); Log.e(TAG, "getSmsCapacityOnIcc() RemoteException", ex); } return ret; } Loading Loading
telephony/java/android/telephony/SmsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2127,7 +2127,7 @@ public final class SmsManager { ret = iccISms.getSmsCapacityOnIccForSubscriber(getSubscriptionId()); } } catch (RemoteException ex) { throw new RuntimeException(ex); Log.e(TAG, "getSmsCapacityOnIcc() RemoteException", ex); } return ret; } Loading