File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments