Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Widget on Application Installation

I was just wondering, is there any way I can make an android widget show up on a user's home screen when they install my application? Also, can I let them choose to create a widget from within my application?

like image 638
Manish Burman Avatar asked Feb 24 '11 08:02

Manish Burman


1 Answers

I was just wondering, is there any way I can make an android widget show up on a user's home screen when they install my application?

No, sorry. None of your code gets executed upon install.

Also, can I let them choose to create a widget from within my application?

No, sorry. Only the home screen can add app widgets to the home screen.

like image 117
CommonsWare Avatar answered Sep 29 '22 11:09

CommonsWare