Android: Start Activity from preferences.xml

后端 未结 12 1962
轮回少年
轮回少年 2020-12-04 13:16

I would like to start an Activity from a default preferences.xml, with < intent > tag. The Activities are well tested, the problem is not with that. (I\'m extending Prefe

12条回答
  •  伪装坚强ぢ
    2020-12-04 13:28

    I was having the same issue. and solve by this

    androidManifest.xml

    
    
    
    
             
                
                    
                    
                
            
    // ==================== HERE ================================
            
                
                    
                    
                
            
    // ========================================================
            
                
                    
                
                
            
        
    

    and in Preference:

    
    
    
        
    
        
            
        
    
    

提交回复
热议问题