HI,
In your app you can have Img/app-icon.png or
Img/your-app-name.png which appear on the DS home screen.
When you submit your app to the Play Store you can provide icon.
When a user installs your app an icon will appear in the list of apps
and (depending on the users settings) on their Android home page.
What version of DS is this?
2.77b2 - Fixed IDE 'Create Shortcut' error always showing on Android 26+.
What parms are you passing? The example has
function OnStart() {
var file = app.GetAppPath() + "/" + app.GetAppName() + ".js";
app.CreateShortcut( "Demo", "/Sys/Img/Icon.png", file );
app.ShowPopup( "Add Shortcut" );
}
Regards, ah