A Launcher Manifest configures how the application looks and behaves before the application launches. For example, it contains the application’s icon, name, and install location. The Launcher Manifest is a Unity-specific concept for Android development and you can overwrite it to integrate Unity as a component into an existing project. For more information, see Integrating Unity into Android applications.
You can configure all the settings in the Launcher Manifest from Unity’s Player Settings. This means, unless you want to integrate Unity as a component into an existing project, you don’t need to overwrite the Launcher Manifest or manually edit any settings directly in the file.
A Launcher Manifest file declares the following:
isGame
flag.