From b034c8b4aea76979cf7bce841dbb627eec507d3d Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Mon, 15 Oct 2012 21:07:19 -0700 Subject: Fix Beam animation for non-owner user. The Beam animation adds a system window on top of the current window stack, and does this from a process run as the owner user. Added required permission that allows showing the window for all users. Also added a glClear() to fix a rendering glitch on Manta. Bug: 7351616 Bug: 7310663 Change-Id: I06960ee9d843c2413fcfd36a81bc7161fed5ef98 --- AndroidManifest.xml | 1 + src/com/android/nfc/FireflyRenderer.java | 1 + src/com/android/nfc/SendUi.java | 2 ++ 3 files changed, 4 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3157598..710e2ee 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,6 +22,7 @@ +