Android: remove redundant manifest android:label tag for <activity>
This is also highlighted by Android Studio Manifest editor. Change-Id: If159405b0fceeb955e26f3916dd0e96b6ca76003 Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>bb10
parent
c63a21ae5c
commit
b5d615f964
|
|
@ -21,7 +21,6 @@
|
|||
<activity
|
||||
android:name="org.qtproject.qt.android.bindings.QtActivity"
|
||||
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
|
||||
android:label="-- %%INSERT_APP_NAME%% --"
|
||||
android:launchMode="singleTop"
|
||||
android:screenOrientation="unspecified"
|
||||
android:exported="true">
|
||||
|
|
|
|||
Loading…
Reference in New Issue