Skip to content

Commit

Permalink
Merge pull request #20 from NordicSemiconductor/fixed-nfc-menifest
Browse files Browse the repository at this point in the history
Remove NFC hardware restriction from manifest.
  • Loading branch information
himalia416 authored Jul 30, 2024
2 parents 1dc0af7 + a4555af commit 26f5ef4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<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" />

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

0 comments on commit 26f5ef4

Please sign in to comment.