0

I was wondering if it is possible inthe Android GoogleTV model to have a background process that interacts with the display.

Can I display some sort of notifications on the screen when the user is watching video or engaging in a different app.

Variant
  • 17,279
  • 4
  • 40
  • 65

1 Answers1

0

You should be able to display a Toast message. Otherwise you can't. Status Bar messages won't be displayed until you return to Home.

  • 1
    BTW - I created an App w/ a translucent background and ran it on a box and couldn't get the video to be visible as home was underneath. You might be able to send Home some intent to get it to hide itself, but I didn't try that. – Les Vogel - Google DevRel Jun 06 '11 at 17:01