Skip to content

Commit 9d32d57

Browse files
committed
Added Required elements to AndroidManifest
1 parent 8297cf8 commit 9d32d57

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

JavaPlugin/src/main/AndroidManifest.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@
55
<application>
66
<activity
77
android:name=".BazaarIABProxyActivity"
8-
android:label="BazaarIAB" android:exported="true" >
9-
<intent-filter>
10-
<action android:name="android.intent.action.MAIN" />
11-
12-
<category android:name="android.intent.category.LAUNCHER" />
13-
</intent-filter>
8+
android:label="BazaarIAB" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
149
</activity>
1510
</application>
11+
12+
<queries>
13+
<package android:name="com.farsitel.bazaar" />
14+
15+
<intent>
16+
<action android:name="ir.cafebazaar.pardakht.InAppBillingService.BIND" />
17+
</intent>
18+
</queries>
19+
20+
<uses-permission android:name="android.permission.INTERNET" />
21+
<uses-permission android:name="com.farsitel.bazaar.permission.PAY_THROUGH_BAZAAR" />
22+
23+
<meta-data android:name="billing.service" android:value="bazaar.BazaarIabService" />
1624
</manifest>

0 commit comments

Comments
 (0)