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

Commit 3822c7a1 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Remove service entry from Telecom manifest.

BluetoothPhoneService was removed in S; this manifest entry is redundant
and can cause a system service crash if someone tries to start it.

Test: Build; presubmit checks.
Flag: Manifest change cannot be flagged; trivial fix.
Fixes: 311118446
Change-Id: I90fcf60a427d0157b54cc9b0da9750e6b2642a13
parent cdd07f8b
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -318,18 +318,6 @@
             android:exported="false"
             android:process=":ui"/>

        <service android:name=".components.BluetoothPhoneService"
             android:singleUser="true"
             android:process="system"
             android:exported="true">
            <intent-filter>
                <action android:name="android.bluetooth.IBluetoothHeadsetPhone"/>
            </intent-filter>
            <intent-filter>
                <action android:name="android.bluetooth.IBluetoothLeCallControlCallback" />
            </intent-filter>
        </service>

        <service android:name=".components.TelecomService"
             android:singleUser="true"
             android:process="system"