You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not security related and can safely be disclosed publicly on GitHub
Java version
1.8
Android version
Android 14
Android SDK version
17.0.0
Installation platform & version
Gradle 8.7
Package
Core & AppEvents
Goals
Ensure a complete list of intents in queryIntentActivities in Validate.kt
Expected results
The Facebook SDK automatically adds the necessary queries/intents in AndroidManifest.xml, which ensures Validate.kt's hasCustomTabRedirectActivity returns valid results, taking into account other packages.
Actual results
Validate.kt function hasCustomTabRedirectActivity() returns incomplete results due to Android package manager restrictions. (See: Android Package Visibility)
Checklist before submitting a bug report
Java version
1.8
Android version
Android 14
Android SDK version
17.0.0
Installation platform & version
Gradle 8.7
Package
Core & AppEvents
Goals
Ensure a complete list of intents in queryIntentActivities in Validate.kt
Expected results
The Facebook SDK automatically adds the necessary queries/intents in AndroidManifest.xml, which ensures Validate.kt's hasCustomTabRedirectActivity returns valid results, taking into account other packages.
Actual results
Validate.kt function hasCustomTabRedirectActivity() returns incomplete results due to Android package manager restrictions. (See: Android Package Visibility)
Steps to reproduce
No response
Code samples & details
The text was updated successfully, but these errors were encountered: