I want to display Activity in Launcher and to erase it. Is this
possible?
Can this be erased by the operation from the application?
It was possible to be able to display in Launcher by describing the
following to AndroidManifest.xml.

<activity andoroid:name="LaunchActivity">
    <intent-filter>
        <action android:name="android.intent.action.MAIN">
        <category android:name="android.intente.category.LAUNCHER"/>
    </intent-filter>
</activity>

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