Remove redundant label on activity

pull/1837/head
Maximillian Leonov 3 years ago committed by GitHub
parent a8f0ce6491
commit 83cf30e792

@ -32,8 +32,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Loading…
Cancel
Save