Android Portal

Custom Menu Entries on the Android OS

I managed to add my application to the main menu on the emu as you can see here:

This was done with some simple code in the Manifest XML  file of my Android project:

<category android:value=”android.intent.category.LAUNCHER” />

1 comment

1 Comment so far

  1. JPhillips November 15th, 2007 3:15 pm

    This line was actually supposed to automatically appear in the AndroidManifest.xml by default but the devs forgot to put it in. It is a bug that has already been reported and most likely fixed.

Leave a reply

Switch to our mobile site