Skip to content

Commit

Permalink
Update AndroidManifest.xml according to the Amazon (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdream authored Sep 18, 2023
1 parent 82d9580 commit ebcd998
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions gdx-pay-android-amazon/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
<application>

<!-- IAP -->
<receiver
android:name="com.amazon.device.iap.ResponseReceiver"
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" >
<intent-filter>
<action
android:name="com.amazon.inapp.purchasing.NOTIFY"
android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY"
/>
android:name="com.amazon.inapp.purchasing.NOTIFY" />
</intent-filter>
</receiver>

Expand Down

0 comments on commit ebcd998

Please sign in to comment.