Two main activities in AndroidManifest.xml

后端 未结 3 891
长发绾君心
长发绾君心 2020-11-30 09:04

I would like to have two main activities in my app. So in my manifest I put:



        
3条回答
  •  一整个雨季
    2020-11-30 09:37

    Yes, just mark two or more of your s as LAUNCHER within your manifest. In addition you have to set the android:taskAffinity attribute on both of your Launcher-Activities which specify the exact package and Activity to be started.

    
            
                
                
                
            
    
    
    
    
        
            
            
            
        
    
    

提交回复
热议问题