-
-
Notifications
You must be signed in to change notification settings - Fork 126
Use Donations
Lumiq Creative edited this page Jul 15, 2020
·
4 revisions
- In /app/src/main/AndroidManifest.xml, uncomment the following.
<!-- <uses-permission android:name="com.android.vending.BILLING" /> -->
- In MainActivity.kt, set
billingEnabled
totrue
.override val billingEnabled = false
In /app/src/main/res/values/dashboard_setup.xml, donation-items
houses Product IDs, as defined in Google Play Console. Add each as item
.
<string-array name="donation_items">
<item></item>
</string-array>
Copyright 2022 by Jahir Fiquitiva. This work is licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License.