Add error dialogs for outgoing call errors

Bug: 10427843

Change-Id: I9f64b757b09978baefa776bb6355423521b581db
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3f8a2b9..ee3a23b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -502,6 +502,13 @@
             </intent-filter>
         </activity>
 
+        <activity android:name="ErrorDialogActivity"
+                android:configChanges="orientation|screenSize|keyboardHidden"
+                android:excludeFromRecents="true"
+                android:launchMode="singleInstance"
+                android:theme="@style/Empty">
+        </activity>
+
         <receiver android:name="CallerInfoCacheUpdateReceiver">
             <intent-filter>
                 <action android:name="com.android.phone.UPDATE_CALLER_INFO_CACHE" />