diff --git a/examples/ExampleApp/app/src/main/AndroidManifest.xml b/examples/ExampleApp/app/src/main/AndroidManifest.xml index 31211c46fe..533041c4da 100644 --- a/examples/ExampleApp/app/src/main/AndroidManifest.xml +++ b/examples/ExampleApp/app/src/main/AndroidManifest.xml @@ -12,6 +12,7 @@ android:fullBackupContent="@xml/backup_rules" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.ExampleApp" diff --git a/examples/ExampleApp/app/src/main/res/xml/network_security_config.xml b/examples/ExampleApp/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 0000000000..2f70bda0af --- /dev/null +++ b/examples/ExampleApp/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + +