HFA support in services/Telephony for provisioning CDMA devices.

Adds a new activity that shows some ui allowing the user to see progress
and cancel the action.

At the end of the action (through error or completion) we return to the
setup wizard.

Change-Id: Idfe58d7b93463b59fc0de3eebd03517a36177d22
diff --git a/src/com/android/phone/PhoneGlobals.java b/src/com/android/phone/PhoneGlobals.java
index db06c30..45ffd33 100644
--- a/src/com/android/phone/PhoneGlobals.java
+++ b/src/com/android/phone/PhoneGlobals.java
@@ -1588,4 +1588,5 @@
             mBluetoothPhone = null;
         }
     };
+
 }