Whilst setting up in-app purchases in my app, I came across the fact that there are two permissions related to billing:
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.BILLING" />
What is the difference between these two permissions? It seems most people online are stating to use the first one for in-app purchases but then what is the second one needed for?
For reference, this permission is no longer necessary if you've migrated to BillingClient
(at the time of writing version 4.0). The following screenshot is from Android developer documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With