blob: a30504d3f4e12594ea9db3e332fa5a0fb8b5cc62 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.dialer.simulator.impl">
<application>
<service
android:exported="true"
android:name=".SimulatorConnectionService"
android:permission="android.permission.BIND_CONNECTION_SERVICE">
<intent-filter>
<action android:name="android.telecomm.ConnectionService"/>
</intent-filter>
</service>
</application>
</manifest>