Require BLUETOOTH_PRIVILEGED permission for BluetoothPbapService and for
the implementation of BluetoothPbap SystemApis

Bug: 148966894
Test: Manual
Change-Id: Icbcd1bd951325e0005a45613f6c14dd11c8a2f40
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 780e7bf..a9b7186 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -229,6 +229,7 @@
         </activity>
         <service
             android:process="@string/process"
+            android:permission="android.permission.BLUETOOTH_PRIVILEGED"
             android:name=".pbap.BluetoothPbapService"
             android:enabled="@bool/profile_supported_pbap" >
             <intent-filter>