Android widget not showing up on the list after developed

后端 未结 8 725
渐次进展
渐次进展 2021-01-01 12:41

I\'m upgrading my app with widget. It\'s not the first widget I\'ve done. I was always encountering weird issues, but the widget was shwoing up on the list eventually.

8条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-01 12:57

    You need to register a BroadcastReceiver in the manifest file. For example:

    
       
            
       
    
       
     
    

    I borrowed this code from http://www.vogella.com/articles/AndroidWidgets/article.html

    See the link for a full tutorial

提交回复
热议问题