commit | 0d5553fef3f0c7105e7f5ca98ad394846e7ec192 | [log] [tgz] |
---|---|---|
author | Umashankar Godachi <quic_umasha@quicinc.com> | Fri Jul 15 17:27:12 2022 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Aug 02 04:28:51 2022 -0700 |
tree | c23e3dee37b9b7b9b599abbd0835389a45e9fb75 | |
parent | 36cd313acfacc8f3808a77f9b164f6190d9baafb [diff] |
Fix IllegalArgumentException in ExtTelephonyManager Currently on unbindService serviceConnected flag is not reset. This will result in unbindService getting called without bindService leading to crash in ExtTelephonyManager. Fix: Reset serviceConnected flag on unbinding ExtTelephonyService Change-Id: Iadf71819ecd7551855e81bc36ef73787a4f799e6 CRs-Fixed: 3247126