Skip to content

Activity export not explicitly declared #281

@martypants0760

Description

@martypants0760

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions