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

Verified Commit 35648f7a authored by Manu Suresh's avatar Manu Suresh
Browse files

FP6: overlay: add UwbResCommon_Sys

parent 946aa46e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

runtime_resource_overlay {
    name: "UwbResCommon_Sys",
    product_specific: true,
}
+11 −0
Original line number Diff line number Diff line
<!--
     SPDX-FileCopyrightText: The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.uwb.resources.overlay.common">
    <overlay android:targetPackage="com.android.uwb.resources"
                   android:targetName="UwbCustomization"
                   android:isStatic="true"
                   android:priority="0"/>
</manifest>
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <bool name="ccc_supported_sync_codes_little_endian">true</bool>
    <bool name="is_multicast_list_update_ntf_v2_supported">true</bool>
    <bool name="is_multicast_list_update_rsp_v2_supported">true</bool>
    <bool name="persistent_cache_use_for_country_code_enabled">true</bool>
</resources>