Launching activity from widget

后端 未结 9 1158
深忆病人
深忆病人 2020-11-29 00:26

I\'m trying to do something which really ought to be quite easy, but it\'s driving me crazy. I\'m trying to launch an activity when a home screen widget is pressed, such as

9条回答
  •  粉色の甜心
    2020-11-29 01:10

    you must define your configuration activity in res/xml/volume_changer_info.xml. Add this tag and give a fully qualified path to the configuration activity.

    android:configure = ""


    e.g.

    
    

提交回复
热议问题