mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Enable NFC only if hardware sku prop is set
Change-Id: Iac4734657504004c12630dc482dfb9d6c2612282 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
75777bf8c1
commit
f66a5f7574
3 changed files with 18 additions and 4 deletions
11
manifest_nfc.xml
Normal file
11
manifest_nfc.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.nfc</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.2</version>
|
||||
<interface>
|
||||
<name>INfc</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
Loading…
Reference in a new issue