diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 036d3af..ca8abe0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,128 +1,129 @@ + android:name=".BustoApp" + android:networkSecurityConfig="@xml/networks_security_config" + android:allowBackup="true" + android:icon="@drawable/ic_launcher" + android:label="@string/app_name" + android:theme="@style/AppTheme"> diff --git a/res/xml/networks_security_config.xml b/res/xml/networks_security_config.xml new file mode 100644 index 0000000..a79b4de --- /dev/null +++ b/res/xml/networks_security_config.xml @@ -0,0 +1,8 @@ + + + + 5t.torino.it + gtt.to.it + + + \ No newline at end of file