mirror of https://github.com/tasks/tasks
Add Amazon IAP library
parent
127b74e236
commit
bcd0053c73
Binary file not shown.
@ -1,7 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest
|
<manifest
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="org.tasks">
|
package="org.tasks">
|
||||||
|
|
||||||
<application/>
|
<application tools:ignore="GoogleAppIndexingWarning">
|
||||||
|
<receiver
|
||||||
|
android:name="com.amazon.device.iap.ResponseReceiver"
|
||||||
|
android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="com.amazon.inapp.purchasing.NOTIFY"/>
|
||||||
|
</intent-filter>
|
||||||
|
</receiver>
|
||||||
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
Loading…
Reference in New Issue