How to change the startup activity in android?

前端 未结 4 535
情歌与酒
情歌与酒 2021-02-01 05:45

I have two activities namely login and calendar in my Application. Currently my startup activity is \"calendar\". I want to r

4条回答
  •  無奈伤痛
    2021-02-01 06:01

    You want the Application element of the Android Manifest file. You can see details here. Look at the name attribute, this points to the Application class.

提交回复
热议问题