How to change the title of WebView

0

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.

    
asked by anonymous 14.04.2016 / 20:22

1 answer

2

Change the file androidmanifest.xml

  

Tag: Application     

Android property: label

<application
    android:label="NomeDaSuaAplicação"
    
14.04.2016 / 20:26