Back to project page Pyazing.
The source code is released under:
Apache License
If you think the Android project Pyazing 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 net.ichigotake.pyazing; /* w w w .j a va2 s . c o m*/ import android.app.Application; import com.deploygate.sdk.DeployGate; public final class PazingApplication extends Application { @Override public void onCreate() { super.onCreate(); DeployGate.install(this, null, true); } }