Skip to content

Commit

Permalink
chore: whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Aug 14, 2024
1 parent ab28b30 commit 2a64496
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="https"
android:host="nfc-demo.capawesome.io"
android:pathPrefix="/home" />
</intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="https"
android:host="nfc-demo.capawesome.io"
android:pathPrefix="/home" />
</intent-filter>

</activity>

Expand Down

0 comments on commit 2a64496

Please sign in to comment.