Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
floki1250 committed Oct 6, 2024
1 parent 57ed898 commit 12788d4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions mobile/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,5 @@
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<platform name="android">
<!-- Required NFC permissions -->
<uses-permission android:name="android.permission.NFC" />
<uses-feature android:name="android.hardware.nfc" android:required="true" />

<!-- Ensure that the app starts with index.html -->
<preference name="AndroidLaunchMode" value="singleTask" />

<!-- Add other Android-specific configurations here -->
</platform>



<!-- Plugin definitions -->
<plugin name="phonegap-nfc" source="npm" />
</widget>

0 comments on commit 12788d4

Please sign in to comment.