Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

PayPal 2.12.4 aar includes card.io AndroidManifest.xml components #233

Closed
cyrilmottier opened this issue Jan 5, 2016 · 3 comments
Closed
Labels

Comments

@cyrilmottier
Copy link

When looking at the exploded aar paypal-android-sdk:2.12.4, we have

    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.VIBRATE" />

    <uses-feature
        android:name="android.hardware.camera"
        android:required="false" />
    <uses-feature
        android:name="android.hardware.camera.autofocus"
        android:required="false" />

    <activity
        android:name="io.card.payment.CardIOActivity"
        android:configChanges="keyboardHidden|orientation" />

But this is also included as part of the transitive dependency of io.card:android-sdk:5.1.2. I would expect only having it in the Card io library.

@ChristianKatzmann
Copy link

Kind of related to #226.

@jaypatel512
Copy link
Contributor

Hey @cyrilmottier !

Thanks for pointing this out. I will go ahead and make the appropriate changes right away. 👍

@jaypatel512
Copy link
Contributor

Hey @cyrilmottier !

We have pushed the 2.12.5 release, that should fix this problem.

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

No branches or pull requests

3 participants