i add default ICon for the launcher i add <category android:name="android.intent.category.LAUNCHER"/> this will Create icon in other launcher . and i hide the icon in the light Launcher. bug this will has some Bug. do you know . <activity android:name="us.shandian.launcher.Launcher" android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:theme="@style/Theme" android:windowSoftInputMode="adjustPan" android:screenOrientation="nosensor"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.MONKEY"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity>