-
Couldn't load subscription status.
- Fork 46
[DEV] [Cherry-pick September Hotfix] Don't set browser pkg name in CustomTabIntent, Fixes AB#3396027 #2780
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
Conversation
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
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.
Pull Request Overview
Removes setting the browser package name on the Custom Tabs intent while preserving it for plain ACTION_VIEW fallback intents.
- Adds setPackage only when constructing a fresh ACTION_VIEW intent (fallback paths)
- Removes the unconditional setPackage that previously also affected the CustomTab intent
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
...ain/java/com/microsoft/identity/common/internal/ui/browser/BrowserAuthorizationStrategy.java
Show resolved
Hide resolved
...ain/java/com/microsoft/identity/common/internal/ui/browser/BrowserAuthorizationStrategy.java
Show resolved
Hide resolved
changelog.txt
Outdated
| - [MINOR] SDK now handles SMS as strong authentication method #2766 | ||
| - [MINOR] Added error handling when webcp redirects have browser protocol #2767 | ||
| - [PATCH] Fix for app link redirect from CCT due to forced browser preference (#2775) | ||
| - [PATCH] Don't set browser pkg name in CustomTabIntent (#2780) |
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'm not sure if the hotfix resulted in a new common version, so disregard if not relevant, but I would think that maybe this change would be under the hotfix version?
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.
![]()
Fixes AB#3396027