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
I need to add multiple redirect uris to my application, so I needed to move it from the build.gradle to the android manifest. I followed the documentation and added:
android:exported needs to be explicitly specified for element <activity#net.openid.appauth.RedirectUriReceiverActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
I was able to fix it by simply adding android:export to that activity. The documentation should be updated.
Issue
I need to add multiple redirect uris to my application, so I needed to move it from the build.gradle to the android manifest. I followed the documentation and added:
But this throws the following error:
I was able to fix it by simply adding android:export to that activity. The documentation should be updated.
Environment
The text was updated successfully, but these errors were encountered: