10 lines
390 B
XML
10 lines
390 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.evolution.overlay.nfc.module">
|
|
<application android:hasCode="false" />
|
|
<overlay android:targetPackage="com.android.nfc"
|
|
android:targetName="NfcCustomization"
|
|
android:resourcesMap="@xml/overlays"
|
|
android:isStatic="true"/>
|
|
</manifest>
|