From dfba637b727f39e7becf35b34dcdb504216414aa Mon Sep 17 00:00:00 2001 From: Jacqueline Bronger Date: Tue, 31 Aug 2021 09:58:23 +0000 Subject: [PATCH] Fix launchMode of TvUnblockSensorActivity. Unblock bottom sheet was showing multiple times in some apps. LaunchMode change prevents it from doing so and now matches the mobile equivalent of the dialog. Test: enable camera privacy and open Duo with a camera attached to the device. Bug: 198129996 Change-Id: If014e8c3b6dbb5420c520b2c0ce3941d6074079e --- packages/SystemUI/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index adf441b3722c9..a4b468024568d 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -463,6 +463,7 @@