AndroidManifest.xml 362 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.nfc.overlay.cupid">
  7. <overlay android:targetPackage="com.android.nfc"
  8. android:isStatic="true"
  9. android:priority="700"/>
  10. </manifest>