Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37493

REG: Android: Removal of splash screen breaks compilation of existing apps

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.3.0
    • 5.3.0 Alpha
    • QPA
    • None
    • Android
    • 523d1c54e4ff365863ae463cc30edfb2fbb15ee3

      We need to remain backwards-compatible with AndroidManifest.xml included in applications from earlier versions.

      In change 4d08d80be60af14c5daed7c6f8d37538aea6c429, the splash screen was removed from the application template.

      Since the default manifest previously contained the following line:

      <meta-data android:resource="@layout/splash" android:name="android.app.splash_screen"/>
      

      and the @layout/splash resource was removed, all applications which added the default manifest to their source will no longer compile.

      So the change in question is not source compatible. We need to put the splash resource back, even if it isn't used.

        For Gerrit Dashboard: QTBUG-37493
        # Subject Branch Project Status CR V

            esabraha Eskil Abrahamsen Blomfeldt
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes