commit | 801a47b6bd24dec45fa0cd554bcf301478e93f47 | [log] [tgz] |
---|---|---|
author | Sukanya Rajkhowa <srajkh@codeaurora.org> | Fri Oct 17 17:14:31 2014 +0530 |
committer | Etan Cohen <etancohen@google.com> | Thu Jul 09 14:37:10 2015 -0700 |
tree | 09128fda68322b3fd1fc46a5cc85c8c1992ec1e9 | |
parent | 21c6a4902e2dc2342ae4df099fc01fd0b2c81422 [diff] |
Fix data call issue for null APN When data call is setup on null apn, data call is deactivated immediately after being set up as Telephony is treating null APN as provisioning APN. This is because the xml entry for provisioning APN is empty which is matching empty APN name. Add isEmpty check for provisioning APN xml entry. Bug: 22305124 Change-Id: Ifbb3aaaf18926b9209aa05f8346da839178dc803