From ed6d733b5ac935e51a7ddedcd97341f102d0ac74 Mon Sep 17 00:00:00 2001 From: Winson Date: Fri, 2 Apr 2021 12:43:55 -0700 Subject: [PATCH] Handle modern OPEN_BY_DEFAULT action From API feedback, the constant was migrated to the standard format. Settings needs to catch both the modern and legacy format. Bug: 184370492 Test: manual, adb shell am start \ -a "android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" \ -d "package:com.example.app" Change-Id: I138383a65c7b8269696f401e250cc3b6f1cfd1d0 --- AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cb53a02865e..ce80fc5c403 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1236,6 +1236,8 @@ android:label="@string/application_info_label" android:exported="true"> + +