On Sat, Oct 9, 2010 at 9:48 AM, Ravi Singh wrote:
> I have a "Remote Service", which I am starting at Bootup of the
> emulator.
Why?
> How can I set my service as a foreground service without using any
> notification.
You don't. A Notification is required.
--
Mark Murphy (a Commons Guy)
http:
Hi,
I have a "Remote Service", which I am starting at Bootup of the
emulator. I want my service to keep running as a foreground service.
For this, I am calling startForeground() from my service's
onStartCommand(). I don't want any notifcation from the service. But
startForeground() needs a notifica
2 matches
Mail list logo