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

Commit 36ce7390 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

am 9ff7e618: am 1e954c83: Merge "Add intent filter to PBAP service." into gingerbread

Merge commit '9ff7e618'

* commit '9ff7e618':
  Add intent filter to PBAP service.
parents 501ac715 9ff7e618
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"