nativescript-payments
Version:
A NativeScript plugin for in-app payments
10 lines (7 loc) • 487 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 -->
<!--EXAMPLE: uses-permission android:name="android.permission.INTERNET"/> -->
<uses-permission android:name="com.android.vending.BILLING" />
</manifest>