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 comment1 Comment so far
Leave a reply
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.