AndroidManifest.xml 382 B

12345678910
  1. <!--
  2. Copyright (C) 2024 The LineageOS Project
  3. SPDX-License-Identifier: Apache-2.0
  4. -->
  5. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  6. package="com.android.carrierconfig.overlay.common">
  7. <overlay android:targetPackage="com.android.carrierconfig"
  8. android:isStatic="true"
  9. android:priority="100"/>
  10. </manifest>