Can An Android Appliction Be Launched Without a Main Activity?
Posted
by
Androider
on Stack Overflow
See other posts from Stack Overflow
or by Androider
Published on 2011-02-19T23:20:54Z
Indexed on
2011/02/19
23:25 UTC
Read the original article
Hit count: 167
I have verified that an App does not need a Main Activity, and in fact does not need any activities. Thanks for the responses on this. But here is another question. Is there any way to launch an application without a main activity declared? If the answer is no, then I have a follow up, can the MAIN action be removed from the application at runtime after launch so that the app no longer has a MAIN activity after launch? Or even can the activity itself be entirely removed from the application at runtime if it is no longer needed. Thanks.
© Stack Overflow or respective owner