Version: 2021.2
Android 清单
Library Manifest

Launcher Manifest

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:

  • The package’s name.
  • The application’s icons.
  • The application’s name.
  • The application’s starting activity and its intents.
  • The application’s install location.
  • The application’s supported screen sizes.
  • The application’s isGame flag.
    Note: This setting is exclusively used by AndroidTV. If you don’t enable AndroidTV support in Player Settings, Unity doesn’t declare this setting.
Android 清单
Library Manifest