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