I don't want the app title to be displayed when my app runs on the device

Hi. in emulators with any android, i seen appname for aproximately .5 second specially first run .

There’s nothing you can do about this right now. During the first run of an app on older devices a process called Multidex runs that finishes linking the app. Your apps code, including the part that turns off the title bar, run after this step. Because it only has to happen once, you’ll see it happen at the beginning but once all of the code is loaded and linked it will stop happening.

1 Like

hi thank you very much.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.