thnaks. it works after adding these lines in AndroidManifest.xml <category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.LAUNCHER" />
On Wednesday, March 14, 2012 1:50:20 PM UTC+1, MegaDev wrote: > > hi, > > I need to start my application as the default and unique application > on an android 2.3.3 plateform. > that meens no home screen, the user will use the menu and > fonctionalities of my application and nothing else. > > any help about this. > > thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

