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

Commit 8e0ad516 authored by Jack He's avatar Jack He Committed by Gerrit Code Review
Browse files

Merge "bas: add Battery service profile support"

parents 75360b89 6ff7941a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -497,5 +497,14 @@
              <action android:name="android.telecom.InCallService"/>
            </intent-filter>
         </service>
        <service
            android:process="@string/process"
            android:name=".bas.BatteryService"
            android:enabled="@bool/profile_supported_battery"
            android:exported = "true">
            <intent-filter>
                <action android:name="android.bluetooth.IBluetoothBattery" />
            </intent-filter>
        </service>
    </application>
</manifest>
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
    <bool name="profile_supported_le_call_control">true</bool>
    <bool name="profile_supported_hap_client">true</bool>
    <bool name="profile_supported_bass_client">false</bool>
    <bool name="profile_supported_battery">true</bool>

    <!-- If true, we will require location to be enabled on the device to
         fire Bluetooth LE scan result callbacks in addition to having one
+652 −0

File added.

Preview size limit exceeded, changes collapsed.

+581 −0

File added.

Preview size limit exceeded, changes collapsed.

+30 −8

File changed.

Preview size limit exceeded, changes collapsed.

Loading