Skip to content

Commit 3bfe650

Browse files
authored
Merge pull request eu-digital-identity-wallet#438 from niscy-eudiw/main
Make NFC feature optional
2 parents 3d30e92 + 2837cb6 commit 3bfe650

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

assembly-logic/src/main/AndroidManifest.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<uses-feature
2323
android:name="android.hardware.nfc"
24-
android:required="true" />
24+
android:required="false" />
2525

2626
<uses-feature
2727
android:name="android.hardware.camera.any"
@@ -30,6 +30,7 @@
3030
<uses-feature
3131
android:name="android.hardware.bluetooth"
3232
android:required="true" />
33+
3334
<uses-feature
3435
android:name="android.hardware.bluetooth_le"
3536
android:required="true" />
@@ -43,16 +44,11 @@
4344
android:maxSdkVersion="30" />
4445

4546
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
46-
4747
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
48-
4948
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
50-
5149
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
5250
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
53-
5451
<uses-permission android:name="android.permission.CAMERA" />
55-
5652
<uses-permission android:name="android.permission.HIDE_OVERLAY_WINDOWS" />
5753

5854
<application

0 commit comments

Comments
 (0)