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

Add a manifest placeholder for configuring the scheme #110

Merged
merged 1 commit into from
Jul 19, 2017

Conversation

lbalmaceda
Copy link
Contributor

@lbalmaceda lbalmaceda commented Jul 18, 2017

@@ -37,7 +37,7 @@
<activity
android:name="com.auth0.android.provider.RedirectActivity"
android:exported="true">
<intent-filter>
<intent-filter android:autoVerify="true">
Copy link
Member

Choose a reason for hiding this comment

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

Could this break if we specify custom scheme?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't break, at least compiler doesn't scream and the apk installs and runs ok. The reason I added is because people using app links would otherwise need to manually override this intent-filter declaration with their own in the manifest.

@hzalaz hzalaz added this to the v1-Next milestone Jul 19, 2017
@hzalaz hzalaz merged commit 915d86c into master Jul 19, 2017
@hzalaz hzalaz deleted the schemePlaceholder branch July 19, 2017 17:55
@lbalmaceda lbalmaceda modified the milestones: v1-Next, 1.10.0 Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants