Loading telephony/java/android/telephony/TelephonyManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,8 @@ public class TelephonyManager { return getITelephony().getDeviceId(); } catch (RemoteException ex) { return null; } catch (NullPointerException ex) { return null; } } Loading Loading
telephony/java/android/telephony/TelephonyManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,8 @@ public class TelephonyManager { return getITelephony().getDeviceId(); } catch (RemoteException ex) { return null; } catch (NullPointerException ex) { return null; } } Loading