Merge "Permission check for ConnectionService PhoneAccounts. (2/2)" into lmp-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 870c61f..7add3a8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -478,7 +478,8 @@
</service>
<service android:name="com.android.services.telephony.sip.SipConnectionService"
android:label="@string/sip_connection_service_label"
- android:singleUser="true" >
+ android:singleUser="true"
+ android:permission="android.permission.BIND_CONNECTION_SERVICE" >
<intent-filter>
<action android:name="android.telecomm.ConnectionService" />
</intent-filter>
@@ -571,7 +572,8 @@
<service
android:singleUser="true"
android:name="com.android.services.telephony.TelephonyConnectionService"
- android:label="@string/pstn_connection_service_label">
+ android:label="@string/pstn_connection_service_label"
+ android:permission="android.permission.BIND_CONNECTION_SERVICE" >
<intent-filter>
<action android:name="android.telecomm.ConnectionService" />
</intent-filter>