From 2edd8c10b46361da196e8da1f1f6738a217c1934 Mon Sep 17 00:00:00 2001 From: George Chang Date: Mon, 15 Jun 2020 11:12:01 +0800 Subject: Refine NfcBlockedNotification Transparent activity is on the top keeps stealing touch events thus the user has no idea why tapping on the screen does nothing. Fix it by posting the notification directly, without starting a new Activity. Bug: 158792678 Test: start a notification manually Change-Id: I470b4c8fd5c3b6e54cd07d1c26480f82a95cc478 --- AndroidManifest.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index edb445cc..f6a07166 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -115,15 +115,6 @@ android:noHistory="true" android:configChanges="orientation|keyboardHidden|screenSize" /> - - -