views:

24

answers:

1

Hi I've a widget which i would like to delete programmatically if the user gives the command by clicking on some button or so.. But as per my knowledge the app programme and the widget programme will be running in different processes. So how is it possible to get the controll of another process remote view and delete the same clearing all the db contents related to the widget?

A: 

If you are developing both app and widget then you can send intent to the app and remove widget when intent is received.

cement