i have a pretty standard android widget, that starts it’s configure activity, where you can set up several options.
now what should i do after the setup is finished. cause when i press the back or home button the widget is not there.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on the configuration being finished or not, you should set the activity result.
or
And additionally, you might want to call the ACTION_WIDGET_UPDATE broadcast for your widget, like that for instance: