I'm making an app where I use a WebView. The question is how can I change the text that appears "WebViewApp" when I open the app.
I'm making an app where I use a WebView. The question is how can I change the text that appears "WebViewApp" when I open the app.
Change the file androidmanifest.xml
Tag: Application
Android property: label
<application
android:label="NomeDaSuaAplicação"