fix trysetupdata when mAutoAttachOnCreation true
mAutoAttachOnCreation=true means that device can attach PS network automatically. To do this, DCT should setup data call even PS is detached. but when mAttached is false (PS detached) It blocks to setup data call regardless of mAutoAttachOnCreation value. So changed to allow setup data call when mAutoAttachOnCreation is true and mAttached is false. Bug: 10196651 Change-Id: Ia121eb75cbbe932b94efe4c09eb3cb26f1ca1c52
Loading
Please register or sign in to comment