From 0d61a590a7a07d9e45f0f824cced586143e747d2 Mon Sep 17 00:00:00 2001 From: Kenneth Magic Date: Mon, 11 Jan 2021 15:08:52 -0800 Subject: [PATCH] Add an explicit android:exported flag. This is now required otherwise the package will fail to install. The failure is preventing adb from being enabled in user builds. Bug: 176424685 Test: Checked ADB is available without user intervention. Change-Id: I87be39e24e08bd0c100f4263be1db40daa7cef7a --- apps/SdkSetup/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/SdkSetup/AndroidManifest.xml b/apps/SdkSetup/AndroidManifest.xml index 76ef9ff31..482412675 100644 --- a/apps/SdkSetup/AndroidManifest.xml +++ b/apps/SdkSetup/AndroidManifest.xml @@ -28,6 +28,7 @@ + android:exported="true">