diff options
| author | 2014-10-14 21:06:14 -0400 | |
|---|---|---|
| committer | 2014-10-21 16:06:35 -0700 | |
| commit | 1de55d3cc83c1e17e084ba694df1cd0e36ca84bc (patch) | |
| tree | 6178fcfc070678817e2453885287190aa189d71b | |
| parent | 578fbe898f1652b3166bd4e20647572dec9dfb14 (diff) | |
Show ProgressDialog when waiting for radio to turn on when provisioning.
Turning on the cellular radio when user selects the provisioning notification
can take 30-60s so a UI is needed to keep the user informed that the radio is
coming up. This is only for provisioning APN support (only AT&T tablets now).
bug:15990642
Change-Id: Ibea894ee934bae2045c0462ae79bfa39d0ef3f05
| -rw-r--r-- | telephony/java/com/android/internal/telephony/DctConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/DctConstants.java b/telephony/java/com/android/internal/telephony/DctConstants.java index 7eef89a8068c..7185c4659858 100644 --- a/telephony/java/com/android/internal/telephony/DctConstants.java +++ b/telephony/java/com/android/internal/telephony/DctConstants.java @@ -99,6 +99,7 @@ public class DctConstants { public static final int EVENT_PROVISIONING_APN_ALARM = BASE + 39; public static final int CMD_NET_STAT_POLL = BASE + 40; public static final int EVENT_DATA_RAT_CHANGED = BASE + 41; + public static final int CMD_CLEAR_PROVISIONING_SPINNER = BASE + 42; /***** Constants *****/ |