OSDN Git Service

Hide APNs with type="ia" and apn=""
authorSanket Padawe <sanketpadawe@google.com>
Fri, 23 Jan 2015 17:53:48 +0000 (09:53 -0800)
committerSanket Padawe <sanketpadawe@google.com>
Fri, 23 Jan 2015 17:53:48 +0000 (09:53 -0800)
commita7f21a31003f0480411455880e794b9ff9955c5d
tree0050cb50a106bc48fbb8a50f6e57dfa330fa241a
parent69b87f79256a5edacb90ab7ccce069737ca59b3d
Hide APNs with type="ia" and apn=""

APNs with type="ia" and no APN address (apn="") are used to
prevent an initial attach APN from being sent to the modem. This
in turn prevents the LTE ESM information procedure from being
used during the LTE attach. These APNs are meaningless and confusing to end users - so this
change hides them from the APN list.

Bug: 19101183
Change-Id: I9aacf787f8c175a301ad546f972f8972aad2a6b3
src/com/android/settings/ApnSettings.java