Skip to content

Commit

Permalink
Add a string to the Android manifest to fix a lint warning
Browse files Browse the repository at this point in the history
Unused resources
----------------
Unused resources make applications larger and slow down builds.

Amends e368994. The string
was introduced there but not added to the manifest.

Task-number: QTBUG-72895
Change-Id: Id07e02074feb15ace2c99e6ace51d8fe407877fa
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
  • Loading branch information
SmallLars committed Jan 29, 2019
1 parent a4767bb commit aa98e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/templates/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<meta-data android:value="@string/ministro_not_found_msg" android:name="android.app.ministro_not_found_msg"/>
<meta-data android:value="@string/ministro_needed_msg" android:name="android.app.ministro_needed_msg"/>
<meta-data android:value="@string/fatal_error_msg" android:name="android.app.fatal_error_msg"/>
<meta-data android:value="@string/unsupported_android_version" android:name="android.app.unsupported_android_version"/>
<!-- Messages maps -->

<!-- Splash screen -->
Expand Down

0 comments on commit aa98e6e

Please sign in to comment.