Skip to content

Commit ebcd998

Browse files
authored
Update AndroidManifest.xml according to the Amazon (#258)
document link: https://developer.amazon.com/docs/in-app-purchasing/iap-implement-iap.html
1 parent 82d9580 commit ebcd998

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

gdx-pay-android-amazon/AndroidManifest.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
<application>
66

77
<!-- IAP -->
8-
<receiver
9-
android:name="com.amazon.device.iap.ResponseReceiver"
10-
tools:ignore="ExportedReceiver,InvalidPermission" android:exported="false">
8+
<receiver android:name="com.amazon.device.iap.ResponseReceiver" android:exported="true"
9+
android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY" >
1110
<intent-filter>
1211
<action
13-
android:name="com.amazon.inapp.purchasing.NOTIFY"
14-
android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY"
15-
/>
12+
android:name="com.amazon.inapp.purchasing.NOTIFY" />
1613
</intent-filter>
1714
</receiver>
1815

0 commit comments

Comments
 (0)