Hello I have a problem in calling the name of the application
I need to invoke the application of MainActivity name <String xxx>
<resources>
<string name="app">@layout/activity_main/@xxx</string>
</resources>
Is this possible
I do not want to use
<string name="app">name</string>