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

Activity export not explicitly declared #281

Open
martypants0760 opened this issue Oct 19, 2022 · 0 comments
Open

Activity export not explicitly declared #281

martypants0760 opened this issue Oct 19, 2022 · 0 comments

Comments

@martypants0760
Copy link

Hi,

I'm trying to use the Hyperwallet  code with just basic integration as described here: https://docs.hyperwallet.com/content/mobile/v1/android-ui-sdk/quick-start

Upon running the code, it immediately threw errors of
"Manifest merger failed : android:exported needs to be explicitly specified for element
<activity#com.hyperwallet.android.ui.transfermethod.view.SelectTransferMethodActivity>. 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."

My app is set for compileSdk of 33, which requires "android:exported" on each Activity in the manifest while meanwhile your library is at compileVersion of 30. I am unable to downgrade the app due to other others, so am hoping Hyperwallet can be upgraded

Is there a schedule to get the library up to android version 33 and compatible with new apps?

Thanks,
Marty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant