How To Ask Network Permission

Add Details about what you want to discuss…

How to ask network permission as per policy my app use internet to get airtable data and purchase in appbilling product.

how to ask network permission

how to ask in app billing permission

i use com.jewel.googleplaybilling Extension

Give me suggestion how to ask nitron
Block Images(if Any)

AIA OR APK(if Any)

You don’t need to ask internet permission for the Airtable component, or for billing – the GooglePlayBilling extension already has the necessary permissions for in-app purchases.

Thanks for clarification.

1 Like

<uses-permission android:name="android.permission.INTERNET"/> is declared and granted (by default) in every app. It is not a dangerous permission and therefore not a run-time permission.

1 Like