Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13958

Android App title is wrong

    XMLWordPrintable

Details

    Description

      When in the AndroidManifest.XML editor, We specify the Application Name.
      However in the manifest file is is not updated correctly.

      Qt refers it to @string/app_name
      [code]
      <application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
      <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
      android:name="org.qtproject.qt5.android.bindings.QtActivity"
      android:label="@string/app_name"
      [code]

      However what is in "@string/app_name" is the PROJECT name ("project" in "project.pro")

      It seems all it needs is to correctly assign @string/app_name.

      In order to properly have the name come up in the android launchers, the value of app_name should be set for both the Application AND main Activity.

      I manually updated the XML, and verified the activity name is what is shown on the device.

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-13958
        # Subject Branch Project Status CR V

        Activity

          People

            dt Daniel Teske
            scorp1us Jason Hihn
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes