Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76e9d180 authored by Sanket Padawe's avatar Sanket Padawe Committed by android-build-merger
Browse files

Merge "Fixed a crash in TelephonyManager while calling getDeviceID()" into lmp-mr1-dev

automerge: e54e7604

* commit 'e54e7604':
  Fixed a crash in TelephonyManager while calling getDeviceID()
parents 375ae7ba e54e7604
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -624,6 +624,8 @@ public class TelephonyManager {
            return getITelephony().getDeviceId();
        } catch (RemoteException ex) {
            return null;
        } catch (NullPointerException ex) {
            return null;
        }
    }