Android 2.3 Launcher
<activity android:name=".HomeActivity" android:launchMode="singleTask" android:stateNotNeeded="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Android 2.3’s default launcher is called (package: com.android.launcher2 ). It’s a simple, grid-based home screen with: android 2.3 launcher