Skip to main content
August 12, 2011
Question

How to create Android shortcut to App in AIR?

  • August 12, 2011
  • 1 reply
  • 1360 views
What is the programmatic way (is there a programmatic way?) to create a
main launcher shortcut to your application on Android -- using AIR and AS3?

The tablets are being used only for our app, so it is appropriate
to put a shortcut on main for us, upon install.

This can be done in Java on Android.

I’m looking to drop the app icon right onto the Honeycomb main launcher – and
not just under the Apps button; where it goes by default.

I spent a while searching and didn’t see it.

Thanks
This topic has been closed for replies.

1 reply

Inspiring
August 12, 2011

Did you look at Extending AIR for Android?

Since it give you access to the AndroidManifest, you should be able to do it (with 1 more building step...)