Register BluetoothPhoneService.

Bug:17475562
Change-Id: I4f7eb205fade9e39180dedae2cd8d0bf25444579
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 50cdcb1..3877edf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -212,5 +212,12 @@
             android:exported="false">
         </receiver>
 
+        <service android:name="BluetoothPhoneService"
+                android:singleUser="true">
+            <intent-filter>
+                <action android:name="android.bluetooth.IBluetoothHeadsetPhone" />
+            </intent-filter>
+        </service>
+
     </application>
 </manifest>