add this in intent filter in manifest file
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT"/>
and this in activity tag
android:launchMode="singleInstance"

this should work

On Fri, Jul 2, 2010 at 4:33 PM, Arun <[email protected]> wrote:

> Hi All,
>
>
> for some specific requirement
> I am required to change Android Default Home application
> with my customized Home application
>
> Can any one help me out like whr it registers launcher.apk for default
> home application or how to change that
>
>
> Regards,
> Arun
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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

Reply via email to