79757429

Date: 2025-09-06 08:50:37
Score: 2.5
Natty:
Report link

I tried many solutions but nothing worked for. I added one more uses feature and now the app is installed in all the devices, whether the device has NFC or not

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">
 
<uses-feature
    android:name="android.hardware.nfc"
    android:required="false" />
 
<uses-feature
    android:name="android.hardware.nfc.hce"
    android:required="false"
    tools:node="replace" />
Reasons:
  • Blacklisted phrase (1): but nothing work
  • Blacklisted phrase (1.5): any solution
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amanpreet Kaur