-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use WordPress.com for login redirect URL #21652
base: release/25.6.1
Are you sure you want to change the base?
Conversation
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21652-529d877 | |
Commit | 529d877 | |
Direct Download | wordpress-prototype-build-pr21652-529d877.apk |
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21652-529d877 | |
Commit | 529d877 | |
Direct Download | jetpack-prototype-build-pr21652-529d877.apk |
<action android:name="android.intent.action.VIEW" /> | ||
<category android:name="android.intent.category.DEFAULT" /> | ||
<category android:name="android.intent.category.BROWSABLE" /> | ||
<data | ||
android:host="wpcom-authorize" | ||
android:scheme="${magicLinkScheme}" /> | ||
</intent-filter> | ||
|
Check warning
Code scanning / Android Lint
Application has custom scheme intent filters with missing autoVerify attributes Warning
0063e3f
to
529d877
Compare
Generated by 🚫 Danger |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested the WordPress app and encountered an issue where tapping login would always throw me to the home screen. I've provided a more detailed feedback about this in our internal Slack.
Fixes a warning by the litter about custom scheme intents.
To test: