So I noticed with the new Abominable Snowman update that we now have a rudimentary system menu (sorta like the xbox guide); something that I felt the ouya was severely lacking previously. When I had originally started a while back to work on making my own app to add this functionality, I ran into the issue of the system button (u) always called with the category android.intent.category.HOME intent for both long press and double press and I couldn't decipher which called it to choose whether to go to the launcher or open my dashboard app.

So now that we have what seems to be a separate intent category and/or intent action for the system menu, does anybody know what that action or category is so that I can specify it in my android_manifest? I've had a mockup of my UI for quite a while now and I would really love to bring this contribution to the Ouya community =) Early thanks to those who help!