Skip to content

Commit

Permalink
Add exported attribute to manifest (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
beylmk committed Dec 14, 2021
1 parent 8971d7e commit 0b2d6ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion feature/amazon/src/main/AndroidManifest.xml
Expand Up @@ -4,7 +4,8 @@

<application>
<receiver android:name = "com.amazon.device.iap.ResponseReceiver"
android:permission = "com.amazon.inapp.purchasing.Permission.NOTIFY" >
android:permission = "com.amazon.inapp.purchasing.Permission.NOTIFY"
android:exported = "false" >
<intent-filter>
<action android:name = "com.amazon.inapp.purchasing.NOTIFY" />
</intent-filter>
Expand Down

0 comments on commit 0b2d6ec

Please sign in to comment.