Back to project page osu-taste-portable.
The source code is released under:
Apache License
If you think the Android project osu-taste-portable 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.dgsrz.osuTaste.activities; //from w ww . j a va2 s . c o m import android.app.Activity; import android.os.Bundle; /** * @author dgsrz (dgsrz@vip.qq.com) */ public class SearchActivity extends Activity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); } }