rigelhope / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Replace DummyActivity with HandlerService #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The DummyActivity doesn't present a UI so it shouldn't be an activity.  It
should be some sort of service that runs in the background.

Originally it was created as an Activity in the case that it needed to
present an activity to the User to get input before performing the action.
 For example, if we wanted to automate birthday messages to friends, but
wanted to be able to customize the message sent, OmniDroid would present
the template email and allow the user to customize it before being sent.

The secondary part however shouldn't be a part of the actual service, but
an Acitivty the service starts up if it needs it.

This issue can be resolved if the DummyActivity is renamed and extends a
Service instead of the activity.

Original issue reported on code.google.com by case.and...@gmail.com on 14 Jun 2009 at 10:02

GoogleCodeExporter commented 8 years ago

Original comment by londinop on 14 Jun 2009 at 10:15

GoogleCodeExporter commented 8 years ago

Original comment by londinop on 14 Jun 2009 at 10:15

GoogleCodeExporter commented 8 years ago
DummyActivity has been replaced with HandlerService in the new core which is 
tested
and working.  Can I mark this as Verified?

Original comment by londinop on 3 Aug 2009 at 3:31

GoogleCodeExporter commented 8 years ago
Agree.

Original comment by EHo...@gmail.com on 3 Aug 2009 at 3:52

GoogleCodeExporter commented 8 years ago

Original comment by londinop on 3 Aug 2009 at 3:53