Change launcher display name

This commit is contained in:
Nutcake 2023-05-02 08:42:15 +02:00
parent 81a1a67bc0
commit 939c5da39f

View file

@ -4,7 +4,7 @@
<!-- Required to fetch data from the internet. -->
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="contacts_plus"
android:label="Contacts++"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity