* A2DP source and sink can coexist on Android 15. https://android-review.googlesource.com/q/topic:%22bt_a2dp_src_sink_coexist%22 * Fixes https://github.com/raspberry-vanilla/android_local_manifest/issues/188.
20 lines
500 B
XML
20 lines
500 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
** Copyright (C) 2021-2022 KonstaKANG
|
|
**
|
|
** SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
-->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.bluetooth.resources.rpi"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:targetPackage="com.android.bluetooth"
|
|
android:isStatic="true"
|
|
android:priority="0" />
|
|
</manifest>
|