dpasca / tzbilling

Native wrapper around billing APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

IInAppBillingService.java was created by running the following command:

$ANDROID_HOME/build-tools/34.0.0/aidl --lang=java \
    -I$ANDROID_HOME/platforms/android-34/framework.aidl \
    -Isrc/java \
    -I. \
    -o src/java \
    src/java/com/android/vending/billing/IInAppBillingService.aidl

About

Native wrapper around billing APIs

License:MIT License


Languages

Language:Java 70.9%Language:C++ 18.2%Language:AIDL 10.9%