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

Merge commit 'e298302a02408a2440fac8a7e84f8b8403c99371' into gingerbread-plus-aosp

* commit 'e298302a02408a2440fac8a7e84f8b8403c99371':
  Add intent filter to PBAP service.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 58e0ebc..a96b8ee 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"