Back to project page piepsendroid.
The source code is released under:
This software is copyrighted by Michael Straeubig. The following terms (the "Standard Improved BSD License") apply to all files associated with the software unless explicitly disclaimed in individual ...
If you think the Android project piepsendroid 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 de.i3games.piepsendroid; /*from w w w . j a v a 2 s.com*/ import android.app.Activity; import android.os.Bundle; public class AboutActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.about); } }