Home | History | Annotate | Download | only in impl
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      3   package="com.android.dialer.simulator.impl">
      4 
      5   <application>
      6 
      7     <service
      8       android:exported="true"
      9       android:name=".SimulatorConnectionService"
     10       android:permission="android.permission.BIND_CONNECTION_SERVICE">
     11       <intent-filter>
     12         <action android:name="android.telecomm.ConnectionService"/>
     13       </intent-filter>
     14     </service>
     15 
     16   </application>
     17 
     18 </manifest>
     19