From 94999f708b4b28bbe31a23c6dce6ca814fc6da37 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Tue, 19 Oct 2021 15:13:04 -0700 Subject: [PATCH] Set exported to true to allow external adb to start app for CI (#92118) --- .../android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml b/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml index 32322d632c..1a2734dab8 100644 --- a/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml +++ b/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml @@ -16,7 +16,7 @@ found in the LICENSE file. -->