Skip to content

Commit

Permalink
Add missing activities to Drop-in AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Oct 12, 2015
1 parent 64e3968 commit a9634db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Drop-In/src/main/AndroidManifest.xml
Expand Up @@ -8,8 +8,13 @@
<application
android:supportsRtl="true"
tools:ignore="UnusedAttribute">
<activity android:name="com.braintreepayments.api.BraintreePaymentActivity" />
<activity android:name="com.braintreepayments.api.BraintreeBrowserSwitchActivity" />
<activity android:name="com.paypal.android.sdk.onetouch.core.PayPalOneTouchActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity android:name="com.braintreepayments.api.threedsecure.ThreeDSecureWebViewActivity" />

<activity android:name="com.braintreepayments.api.BraintreePaymentActivity" />
</application>

</manifest>

0 comments on commit a9634db

Please sign in to comment.