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

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

In my preference file I go this

    
        
    

        
6条回答
  •  孤街浪徒
    2021-01-01 19:09

    In your manifest :

    This is the definition for your activity called [your package].MainActivity.

    
     
          
          
    
    
    

    Also, try using a PreferenceScreen:

    
        
        
    
    

    for more details please see this link... starting an activity from preferences.xml

提交回复
热议问题