Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: fix some Intent filters #621

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

le-jeu
Copy link
Contributor

@le-jeu le-jeu commented Mar 10, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 10, 2023

🤖 Pull request artifacts

file commit
IITC_Mobile-test.apk 3668f12
test-0.34.1.20230310.230959.zip 3668f12

See build on website

@le-jeu le-jeu force-pushed the iitc_scheme branch 3 times, most recently from 64b82b2 to 2006584 Compare March 10, 2023 23:08
@@ -43,29 +43,25 @@
<!-- Handles the implicit intent to VIEW the intel.ingress.com/ URI -->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required for NFC to work? I don't have the proper device to test

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm playing around trying to figure why some apps are fine with urls, and why iitc isn't

<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="intel.ingress.com"/>
<data android:scheme="http" android:host="intel.ingress.com"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I remember, it follows from the documentation that the previous version also works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants