From 8da63a805387f6d992c8394d1e8a6724733bfbe8 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Wed, 18 Feb 2026 15:43:22 -0800 Subject: [PATCH 1/5] [quick_actions] Remove deprecated usesCleartextTraffic --- .../example/android/app/src/debug/AndroidManifest.xml | 4 +++- .../android/app/src/main/res/xml/network_security_config.xml | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 packages/quick_actions/quick_actions/example/android/app/src/main/res/xml/network_security_config.xml diff --git a/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml b/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml index bee689df1735..2ffdbccb2bbe 100644 --- a/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml +++ b/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml @@ -4,7 +4,7 @@ to allow setting breakpoints, to provide hot reload, etc. --> - + + diff --git a/packages/quick_actions/quick_actions/example/android/app/src/main/res/xml/network_security_config.xml b/packages/quick_actions/quick_actions/example/android/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 000000000000..6684a77247e0 --- /dev/null +++ b/packages/quick_actions/quick_actions/example/android/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,5 @@ + + + + + From 65bcd7a0e9b985ea3d8b54e9c46c0d5c2c5229d6 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Wed, 18 Feb 2026 16:04:06 -0800 Subject: [PATCH 2/5] move to debug --- .../app/src/{main => debug}/res/xml/network_security_config.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/quick_actions/quick_actions/example/android/app/src/{main => debug}/res/xml/network_security_config.xml (100%) diff --git a/packages/quick_actions/quick_actions/example/android/app/src/main/res/xml/network_security_config.xml b/packages/quick_actions/quick_actions/example/android/app/src/debug/res/xml/network_security_config.xml similarity index 100% rename from packages/quick_actions/quick_actions/example/android/app/src/main/res/xml/network_security_config.xml rename to packages/quick_actions/quick_actions/example/android/app/src/debug/res/xml/network_security_config.xml From b434c604608669f3a08779ff2b64af01086efb43 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 10:14:22 -0800 Subject: [PATCH 3/5] just remove --- .../example/android/app/src/debug/AndroidManifest.xml | 2 +- .../app/src/debug/res/xml/network_security_config.xml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 packages/quick_actions/quick_actions/example/android/app/src/debug/res/xml/network_security_config.xml diff --git a/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml b/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml index 2ffdbccb2bbe..8af71f0f0b90 100644 --- a/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml +++ b/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml @@ -4,7 +4,7 @@ to allow setting breakpoints, to provide hot reload, etc. --> - + - - - - From 8e8a03cec42d48e65ee5f02dad8c62ec7138a506 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 10:19:13 -0800 Subject: [PATCH 4/5] remove meta data too --- .../example/android/app/src/debug/AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml b/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml index 8af71f0f0b90..ad14be24354e 100644 --- a/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml +++ b/packages/quick_actions/quick_actions/example/android/app/src/debug/AndroidManifest.xml @@ -13,7 +13,5 @@ android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"> - From 3fff43f88cf58130560e9e96388abd7726ecc1a5 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 12:56:11 -0800 Subject: [PATCH 5/5] remove espresso from dev dependencies. only used in native implementations --- packages/quick_actions/quick_actions/example/pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/quick_actions/quick_actions/example/pubspec.yaml b/packages/quick_actions/quick_actions/example/pubspec.yaml index 0e6b2b073a40..d9883248bc58 100644 --- a/packages/quick_actions/quick_actions/example/pubspec.yaml +++ b/packages/quick_actions/quick_actions/example/pubspec.yaml @@ -18,7 +18,6 @@ dependencies: path: ../ dev_dependencies: - espresso: ^0.4.0 flutter_test: sdk: flutter integration_test: