commit | 89bd269975cae2d44c871c997b4eb0d42ba1f43c | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <robdroid@android.com> | Fri Sep 11 11:27:04 2009 -0700 |
committer | Robert Greenwalt <robdroid@android.com> | Fri Sep 11 17:35:50 2009 -0700 |
tree | 677f06cbeb5e05afc761fd73803974f97ae5cc2d | |
parent | b14a14194c64094cdffadeca1480b08c943215a9 [diff] |
Handle secondary APN connect failures. Without this we'd only try a secondary APN once and the stop silently, leaving no APN connected. Adds a second retry manager with configuration strings to do a more approriate retry. Don't retry secondary apn forever. On permanent failure or retry count hit, we send a Phone.REASON_APN_FAILED disconnect status. bug: 2112114