We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d9580 commit ebcd998Copy full SHA for ebcd998
gdx-pay-android-amazon/AndroidManifest.xml
@@ -5,14 +5,11 @@
5
<application>
6
7
<!-- IAP -->
8
- <receiver
9
- android:name="com.amazon.device.iap.ResponseReceiver"
10
- tools:ignore="ExportedReceiver,InvalidPermission" android:exported="false">
+ <receiver android:name="com.amazon.device.iap.ResponseReceiver" android:exported="true"
+ android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY" >
11
<intent-filter>
12
<action
13
- android:name="com.amazon.inapp.purchasing.NOTIFY"
14
- android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY"
15
- />
+ android:name="com.amazon.inapp.purchasing.NOTIFY" />
16
</intent-filter>
17
</receiver>
18
0 commit comments