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

Commit 934e5509 authored by Santos Cordon's avatar Santos Cordon Committed by Android Git Automerger
Browse files

am fddf12ed: Register BluetoothPhoneService.

* commit 'fddf12ed':
  Register BluetoothPhoneService.
parents 6001ba3d fddf12ed
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>