I'm trying to figure out how to install an APK programmatically without it showing up in the all/manage apps - the listing of apps/icons.. etc
I've put together a game with Corona, but unfortunately Corona does not have any integration with c2dm yet and the devs never answer forum questions regarding it.. soooo.. i put together a app in eclipse that on startup logs the device with c2dm and then opens my game. Works fine, I get the notifications from my site... Problem is though there is now 2 apps listed in the manage apps for my game. I only need the first app that registers with c2dm listed. If the user opens the game directly their device won't be logged into c2dm.
Steve