android 12 fix
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
|
||||
<activity
|
||||
android:name="ch.pizzalemon.android.activity.SplashActivity"
|
||||
android:screenOrientation="portrait">
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
@@ -71,8 +72,10 @@
|
||||
android:name="ch.pizzalemon.android.activity.CampaignProductDetailsActivity"
|
||||
android:screenOrientation="portrait"/>
|
||||
|
||||
<activity android:name="com.braintreepayments.api.BraintreeBrowserSwitchActivity"
|
||||
android:launchMode="singleTask">
|
||||
<activity
|
||||
android:name="com.braintreepayments.api.BraintreeBrowserSwitchActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
||||
Reference in New Issue
Block a user