Back to project page android-chat-telnet.
The source code is released under:
GNU Lesser General Public License
If you think the Android project android-chat-telnet listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
// n'est pas utilis (c'tait pour un test) /* w w w .j a va 2s .c o m*/ package com.anarchy.anarchytelnet; import android.app.Activity; import android.os.Bundle; public class MessageReceiver extends Activity{ @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); } }