Android 4.0: widgets not appearing?

前端 未结 5 539
庸人自扰
庸人自扰 2020-11-29 02:56

I have a widget I created against Android 2.1 that\'s been fine and selling on the market.

I had a user complain that he bought it and it never showed up on his Andr

5条回答
  •  死守一世寂寞
    2020-11-29 03:46

    You need to manually start the associated app at least once to get the widget to show up. Before that it is in a non-runnable state and it won't receive broadcasts, etc.

提交回复
热议问题