Enable external call support in AOSP dialer manifest.
am: 318a06e032

Change-Id: Ice7216ec6f6064b19b2a85185e2b4e2b6fad942a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8892c24..babd271 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -324,6 +324,8 @@
             <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
             <meta-data android:name="android.telecom.IN_CALL_SERVICE_RINGING"
                 android:value="false"/>
+            <meta-data android:name="android.telecom.INCLUDE_EXTERNAL_CALLS"
+                       android:value="true"/>
             <intent-filter>
                 <action android:name="android.telecom.InCallService"/>
             </intent-filter>