OSDN Git Service

Handle provisioning APN by turning off/on data.
authorWink Saville <wink@google.com>
Thu, 13 Mar 2014 13:54:59 +0000 (06:54 -0700)
committerRobert Greenwalt <rgreenwalt@google.com>
Tue, 18 Mar 2014 17:58:40 +0000 (10:58 -0700)
commitc8e8e3eba631ab2528fc91ef66f150b7eebddeae
tree433d228f5e9728130e91f4ce64ceaed730bd4cbd
parent43ef1c8c34c6dd7c7ae75ac2c1b9bfdc15405b04
Handle provisioning APN by turning off/on data.

This is a start and two tests succeed:

Tested expired AT&T SIM and waiting 15min for alarm to fire.
Tested a provisioned Verizon SIM and works normally.

I've NOT tested AT&T where I've properly completed the provisioning.
I've NOT tested T-Mobile SIM either provisioned or not-provisioned.
I've NOT tested provisioning over WiFi.
I've NOT tested that WiFi <-> Mobile works
I've NOT tested voice calls, SMS, MMS
...

The current bug is below, but it is poorly named either it should be
renamed or a new bug created.

Bug: 13190133
Change-Id: I0a09f642614cd27a8655e9dae764b8999ce485b8
core/java/android/net/MobileDataStateTracker.java
services/java/com/android/server/ConnectivityService.java