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

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

In my preference file I go this

    
        
    

        
6条回答
  •  臣服心动
    2021-01-01 19:14

    You should do something like this in your intent declaration inside the preference xml:

    
    

    Note: targetPackage should be same as the package property declared inside the manifest tag of AndroidManifest.xml. This is confusing sometimes, so read it again.

    So equivalent AndroidManifest.xml would have declaration like this:

    
    
       ....
        
    
    
    

提交回复
热议问题