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

Commit 9ff7e618 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

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

Merge commit '1e954c83' into gingerbread-plus-aosp

* commit '1e954c83':
  Add intent filter to PBAP service.
parents f5e480b0 1e954c83
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"