Skip to content

Commit e553019

Browse files
authored
- fixes the app icon missing from the app info screen (#5140)
1 parent c6699c0 commit e553019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
android:fullBackupContent="@xml/full_backup_rules"
6666
android:networkSecurityConfig="@xml/network_security_config"
6767
android:supportsRtl="true"
68+
android:icon="@mipmap/launcher"
6869
android:label="@string/app_name"
6970
android:name=".WikipediaApp"
7071
android:theme="@style/AppTheme">

0 commit comments

Comments
 (0)