Renaming Telecomm to Telecom.
- Changing package from android.telecomm to android.telecom
- Changing package from com.android.telecomm to
com.android.server.telecomm.
- Renaming TelecommManager to TelecomManager.
Bug: 17364651
Change-Id: I44d6d6546cac53232e4e2be0ebe0391d02411309
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f35fc0a..3759808 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -285,7 +285,7 @@
android:process="com.android.incallui"
android:permission="android.permission.BIND_INCALL_SERVICE" >
<intent-filter>
- <action android:name="android.telecomm.InCallService"/>
+ <action android:name="android.telecom.InCallService"/>
</intent-filter>
</service>
</application>