Loading core/java/android/app/ContextImpl.java +5 −2 Original line number Diff line number Diff line Loading @@ -3048,9 +3048,12 @@ class ContextImpl extends Context { throw new UnsupportedOperationException( "Cannot update device ID on a Context created with createDeviceContext()"); } if (mDeviceId != updatedDeviceId) { mDeviceId = updatedDeviceId; notifyOnDeviceChangedListeners(updatedDeviceId); } } @Override public int getDeviceId() { Loading Loading
core/java/android/app/ContextImpl.java +5 −2 Original line number Diff line number Diff line Loading @@ -3048,9 +3048,12 @@ class ContextImpl extends Context { throw new UnsupportedOperationException( "Cannot update device ID on a Context created with createDeviceContext()"); } if (mDeviceId != updatedDeviceId) { mDeviceId = updatedDeviceId; notifyOnDeviceChangedListeners(updatedDeviceId); } } @Override public int getDeviceId() { Loading