Start Activity from preference screen (intent defined in xml file)

前端 未结 6 2315
我在风中等你
我在风中等你 2021-01-01 18:18

In my preference file I go this

    
        
    

        
6条回答
  •  耶瑟儿~
    2021-01-01 18:58

    I had the same issue but none of the solutions i searched on stackoverflow solved my activitynotfound Exception.

    Here is the working solution i found from here:

          
    
                  
    
       
    

    set an intent filter in your activity inside manifest.xml

          
                  
                      
                      
                  
    
    

提交回复
热议问题