Right use Theme.NoDisplay

AND

You MUST call finish() by the time you return from onResume().

Different component types are not interchangeable.  If something is
launching an activity, you must implement an activity to receive that.  You
can however in that activity do something and then immediately exit so that
the user doesn't see your activity.

On Tue, Apr 5, 2011 at 11:42 PM, dgtale <dgt...@gmail.com> wrote:

> Hi Hernando,
>
> try using the Theme.NoDisplay:
>
>  <activity android:name="......"
>    android:theme="@android:style/Theme.NoDisplay"
>     android:label="@string/app_name" >
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to