vermeer: overlay: Enable secure NFC functionality

Change-Id: I4e9acc7d8ec14237512aadf100d564984aa5a896
Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
Omkar Chandorkar
2023-06-15 14:26:05 +09:00
committed by Lunark :3
parent 6a9ddebf12
commit 1abf1669fb
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.nfc.overlay.mondrian">
<overlay android:targetPackage="com.android.nfc"
android:isStatic="true"
android:priority="700"/>
</manifest>