This question has been asked at least once, but with no real conclusion.
The latest android ui guidelines define 4 resolutions for launcher - 36x36, 48x48, 72x72, 96x96.
http://developer.android.com/guide/practices/ui_guidelines/icon_design _launcher.html
In the publish settings for Flash Professional CS6, only the first three resolutions are supported. Are there plans to add support for 96x96 in the near future?
As of yet, I haven't found a workaround. Adding <image96x96> to the application-app.xml file does not work. During publishing the tag is stripped from this file. A quick internet search indicates that adding it to the published .apk file (open as zip and add file) is not possible because the AndroidManifest.xml is encrypted and cannot be edited to reflect the added icon.
Thanks in advance for any information regarding this issue.