UNPKG
vigour-pay
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Native store purchasing and web payment
github.com/vigour-io/pay
vigour-io/pay
vigour-pay
/
native
/
android
/
pay
/
plugin-pay
/
src
/
main
/
AndroidManifest.xml
11 lines
(7 loc)
•
295 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"io.vigour.plugin.statusbar"
>
<
application
android:allowBackup
=
"true"
android:label
=
"@string/app_name"
android:theme
=
"@style/AppTheme"
>
</
application
>
</
manifest
>