Consider the following AndroidManifest.xml file:
android:icon="@drawable/ic_launcher" android:label="@string/app_name" > android:name=".WebViewActivity" android:theme="@android:style/Theme.NoTitleBar" >
Supposing the application connects to the internet at startup, which of the following is true?