Skip to content

Commit

Permalink
Merge pull request #21 from NordicSemiconductor/fixed-nfc-menifest
Browse files Browse the repository at this point in the history
Fixed bug.
  • Loading branch information
himalia416 committed Jul 30, 2024
2 parents 26f5ef4 + bd5785b commit d96b2f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

<uses-feature
android:name="android.hardware.nfc"
android:required="false" />
android:required="false"
tools:node="replace"/>

<application
android:name="no.nordicsemi.android.wifi.provisioner.WifiProvisionerApplication"
Expand Down

0 comments on commit d96b2f9

Please sign in to comment.