by plusminus » Fri Mar 07, 2008 4:42 pm
Hello leon,
you are talking of the HOME-Screen

You just need to set the appropriate IntentFilter in your
AndroidManifest.xml.
This should do the job:
Using xml Syntax Highlighting
<intent-filter>
<action android:value="android.intent.action.MAIN" />
<category android:value="android.intent.category.HOME"/>
<category android:value="android.intent.category.DEFAULT" />
</intent-filter>
Parsed in 0.001 seconds, using
GeSHi 1.0.8.4
Regards,
plusminus


| Android Development Community / Tutorials