Back to project page FlashAndroid.
The source code is released under:
GNU General Public License
If you think the Android project FlashAndroid 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 flash.android.singlehand; //from ww w . j a va 2 s . co m import android.app.Activity; import android.content.Intent; public class SingleHandActivity extends Activity { @Override public void startActivity(Intent intent) { // TODO Auto-generated method stub super.startActivity(intent); } }