From 5d7f3e6c4dae9e30b77ad2c94c510922cb623276 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Thu, 29 Sep 2022 16:33:34 +0800 Subject: [PATCH] Export the DSULoader activity Test: adb shell am start-activity \ -n com.android.settings/com.android.settings.development.DSULoader\ -a android.settings.development.START_DSU_LOADER Bug: 245029263 Change-Id: I0f3afd92b4c896823ebfa4729397d38bf853bbbe --- AndroidManifest.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e14cba7f903..4488c86942b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2701,9 +2701,15 @@ - + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" + android:exported="true" > + + + + +