Back to project page imgur-Uploader.
The source code is released under:
GNU General Public License
If you think the Android project imgur-Uploader 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.maass.android.imgur_uploader; // ww w . j a v a2 s .com import android.app.Activity; import android.os.Bundle; public class LaunchedInfo extends Activity { /** * @see android.app.Activity#onCreate(Bundle) */ @Override protected void onCreate(final Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.info); } }