Back to project page AnyStore-SDK.
The source code is released under:
MIT License
If you think the Android project AnyStore-SDK listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.chukong.anystore; /* w w w .ja va 2 s .c om*/ import android.app.Application; import com.cocospay.CocosPayApi; public class App extends Application { @Override public void onCreate() { super.onCreate(); CocosPayApi.getInstance().loadLibrary(this); } }