How to add Activity to manifest.xml in right way?

前端 未结 6 648
春和景丽
春和景丽 2020-12-24 03:16

should I write each activity in android manifest and how? Must each activity have intent-filter, or not?

6条回答
  •  独厮守ぢ
    2020-12-24 03:41

    Multiple ways to add activites in Manifest file.

    intent filter is not a necessary tag for all activites,it is optional.

    Add Activity in application tag in your manifest:

     
        
            
          
                
          
                
            
        
     
        
     
            
                
            
        
     
        
        
     
        
    

提交回复
热议问题