Thanks!

I have stripped out all apps except my application since i'm
developing for non phones.I have registered for
RECEIVE_BOOT_COMPLETED.After bootup,I got the default Home screen (i.e
with all app button)then i got my application launched by itself.

I tried removing default home screen and wanted my application to
launch immediately after bootup.

I got succeeded to some extent.Now my app got displayed after boot
up(default home screen removed)
Through,

    <activity android:name="Splash"
android:screenOrientation="portrait" >
            <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>

But I'm seeing new issue here.My splash screen is getting displayed in
landscape mode eventhough i have specified it as portrait.

Any suggestions

Thanks
Bhavani

On Jun 29, 7:14 pm, Mark Murphy <[email protected]> wrote:
> Step #1: Make your application be a home screen (see the Home sampleappin the 
> SDK).
>
> Step #2: Have your application installed in the firmware as the
> device's home screen (for firmware discussions, 
> visithttp://source.android.com, as that is out of scope for this list).
>
>
>
> On Wed, Jun 29, 2011 at 10:04 AM, bhavani sankari <[email protected]> 
> wrote:
> > HiAll,
>
> > I am developing a appilication for non phones.I have a requirement to
> > skipAllappLauncher Screen and to launch my application after
> > bootup.
>
> > How to achieve this?
>
> > Thanks
> > Bhavani
>
> > --
> > 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
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android Training in Oslo:http://bit.ly/fjBo24

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