EN CN
If your app is integrated with Samsung IAP 6.0 or earlier with target API level 30 (Android R) or higher, an Android policy change requires an update to the manifest file. Without this update, Android R (or higher) users may not be able to make a payment.
To the https://developer.android.com/training/basics/intents/package-visibility manifest file, add the following:
<queries> <package android:name="com.sec.android.app.samsungapps" /> </queries>
<queries>
<package android:name="com.sec.android.app.samsungapps" />
</queries>
If you are using Samsung IAP 6.1 or higher, you do not need to make this update.
Released In-App Purchase 6.1
New
Enhanced
Deprecated
Released In-App Purchase 6.0
This is an older version of the Samsung In-App Purchase SDK. We recommend using the most recent version.
Show Lines <style name="Theme.Empty" parent="AppTheme"> <item name="android:windowBackground">@android:color/transparent</item> <item name="android:colorBackgroundCacheHint">@null</item> <item name="android:windowIsTranslucent">true</item> <item name="android:windowAnimationStyle">@null</item> <item name="android:windowNoTitle">true</item> <item name="android:windowContentOverlay">@null</item> <item name="android:backgroundDimEnabled">true</item> <item name="android:windowDisablePreview">true</item> <!--<item name="android:windowNoDisplay">true</item>--> </style>