I've created a simple application with one Activity and notice following issue
when I run in in AVD or on real device - just before switching to FullScreen mode
(I used Activity Attributes: #FullScreen: True and #IncludeTitle: True) I see empty
screen with Title = my application name (defined in "Prject Attributes" #ApplicationLabel)
and... default Android setttings icon... in a second or two screen updated and I see
my main application screen (in fullscreen mode) with proper application icon and Title
defined in Designer -> Activity properties -> Title
Why this is happening ? And how to replace this Android settings icon with my own
icon ? In all other places i.e. icon for my apk file, installed application e.t.c. I could see
my proper icon. I've included only one icon.png file for this application using Project ->
Choose icon option.
when I run in in AVD or on real device - just before switching to FullScreen mode
(I used Activity Attributes: #FullScreen: True and #IncludeTitle: True) I see empty
screen with Title = my application name (defined in "Prject Attributes" #ApplicationLabel)
and... default Android setttings icon... in a second or two screen updated and I see
my main application screen (in fullscreen mode) with proper application icon and Title
defined in Designer -> Activity properties -> Title
Why this is happening ? And how to replace this Android settings icon with my own
icon ? In all other places i.e. icon for my apk file, installed application e.t.c. I could see
my proper icon. I've included only one icon.png file for this application using Project ->
Choose icon option.