Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1d2929a authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Add intent filter to PBAP service.

Change-Id: I4059c74fcd6622c0e5688ffa171ff5d1f3be6b8f
parent 58f02b75
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -126,6 +126,9 @@
        <service
            android:process="@string/process"
            android:name=".pbap.BluetoothPbapService" >
            <intent-filter>
                <action android:name="android.bluetooth.IBluetoothPbap" />
            </intent-filter>
        </service>
        <receiver
            android:process="@string/process"