Ensure all calls to getCallingUid use the version in mDeps.
There are a few calls in ConnectivityService that use the static Binder.getCallingUid or even just getCallingUid inherited from Binder. Fix all these to be mDeps.getCallingUid. Test: m Bug: 165835257 Change-Id: I0986b5272b3d40baeae3537d0d623f1150f27cdb
Loading
Please register or sign in to comment