OSDN Git Service

Fix bug 5327199 Recycle bitmaps in RemoteControlClient
authorJean-Michel Trivi <jmtrivi@google.com>
Fri, 16 Sep 2011 17:41:04 +0000 (10:41 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Fri, 16 Sep 2011 18:33:50 +0000 (11:33 -0700)
commit34d0d300cac645b48cce5a1735f45e1102d4ef0e
tree7e738441e728ce0e460df11250053d9918604a07
parentebdcae732f648871dd0df6586a5ba57aae015bd4
Fix bug 5327199 Recycle bitmaps in RemoteControlClient

When applying the new bitmap from the editor to the client,
 recycle the old bitmap, and set the reference to the editor
 bitmap to null.

Change-Id: I7d79e4b8410e5035fa51b20be4b1ada391c84c28
media/java/android/media/RemoteControlClient.java