Manifest.xml - batooldshilleh/TrainingTasks GitHub Wiki
Here I will discuss the changes I made to the manifest file and its functions.
This file serves as documentation for the program or provides a general overview of it.
1- I changed the icon.
2- I changed the application name "label".
1- Initially, I needed to edit the string file and
add the name of the application I wanted to include.
<resources> <string name="Calculator">Calculator</string> </resources>
2- Adding the string I created inside the manifest.
android:label="@string/Calculator"