From 32fc88088d707f6bb89eee231d6bb5796f66fe91 Mon Sep 17 00:00:00 2001 From: Winson Date: Wed, 24 Mar 2021 13:12:38 -0700 Subject: [PATCH] Remove android.permission.OPEN_APP_OPEN_BY_DEFAULT_SETTINGS enforcement With app links v2 changes, 3P apps will need access to this screen to prompt users to approve their domains, so remove the permission enforcement to allow them to do so. Bug: 178648367 Test: presubmit Change-Id: I8819d7c82f2dc771bb0001182bb16a08401732c7 --- AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6a4b8d56aa5..f594ab28701 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1233,7 +1233,6 @@