commit | ece108d9c0a6d35542f4193267b5fd5de3bd2589 | [log] [tgz] |
---|---|---|
author | Umashankar Godachi <quic_umasha@quicinc.com> | Fri Jul 15 17:27:12 2022 +0530 |
committer | Umashankar Godachi <quic_umasha@quicinc.com> | Wed Jul 27 14:12:05 2022 +0530 |
tree | 5ad7968f638adb4483eb043930901bbd18836586 | |
parent | 960fb40fb392b8ef9a976b90f3f995c36cd15088 [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