Skip to content

Commit e5a53bf

Browse files
committed
android: Cut unused network-security-config XML
This was introduced in cffb112 / #474 because we thought it would be a fix for #461. As discussed on that issue thread, though, it turns out this file doesn't have an effect on the Dart HTTP implementation, which we use. Since it looks like it's doing something but in fact it isn't, cut it out to avoid confusion. It'll still be there in the Git history if we later want to use it as part of a future effort to fix #461.
1 parent 98d3dfd commit e5a53bf

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
android:taskAffinity=""
1616
android:theme="@style/LaunchTheme"
1717
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
18-
android:networkSecurityConfig="@xml/network_security_config"
1918
android:hardwareAccelerated="true"
2019
android:windowSoftInputMode="adjustResize">
2120
<!-- Specifies an Android theme to apply to this Activity as soon as

android/app/src/main/res/xml/network_security_config.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)