I was told that I should to include <uses-permission android:name="com.android.vending.BILLING" /> in Manifest File when I use Google Play Billing Library version 5 when I browse the sample project.
But in the official sample project Trivial Drive (Kotlin) which supports Google Play Billing Library version 4, I found <uses-permission android:name="com.android.vending.BILLING" /> isn't inculded in Manifest File.
Do I need to inculdue <uses-permission android:name="com.android.vending.BILLING" /> in Manifest File when I use Google Play Billing Library version 5 ?