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

Commit e298302a authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android (Google) Code Review
Browse files

Merge "Add intent filter to PBAP service." into gingerbread

parents 82d9bdb1 b8c66039
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"