Loading rro_overlays/UwbResCommon_Sys/Android.bp 0 → 100644 +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, } rro_overlays/UwbResCommon_Sys/AndroidManifest.xml 0 → 100644 +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> rro_overlays/UwbResCommon_Sys/res/values/bools.xml 0 → 100644 +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> Loading
rro_overlays/UwbResCommon_Sys/Android.bp 0 → 100644 +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, }
rro_overlays/UwbResCommon_Sys/AndroidManifest.xml 0 → 100644 +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>
rro_overlays/UwbResCommon_Sys/res/values/bools.xml 0 → 100644 +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>