Is there any way to put extras to Intent from preferences?

后端 未结 8 679
广开言路
广开言路 2020-12-13 08:42

Hi i\'m launching activity from preferences screen. Activity is shared among three preferences. I wonder if i can set extras for this activity in xml



        
8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 09:11

    There is a data field for intents described in the documentation here.

    It is used in the API demo application for the XML preferences to launch an intent in the Intent Preferences example.

    Related example xml from that demo in preferences.xml:

        
    
            
    
        
    

    Maybe this approach could work for you?

提交回复
热议问题