@nativescript/payments
Version:
In-App Purchase and Subscriptions for NativeScript
9 lines (6 loc) • 408 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!--Describe the permissions, features or other configurations required by your plugin for Android.
To read more about android permissions go to https://developer.android.com/guide/topics/permissions/index.html -->
<uses-permission android:name="com.android.vending.BILLING" />
</manifest>