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

Commit fddf12ed authored by Santos Cordon's avatar Santos Cordon
Browse files

Register BluetoothPhoneService.

Bug:17475562
Change-Id: I4f7eb205fade9e39180dedae2cd8d0bf25444579
parent e6f575c8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>