ClipDescription no longer inherits from ClipData.

Change-Id: Ie4939f87c7e1628d9c19ecb5c0b3036d1f76ef29
This commit is contained in:
Dianne Hackborn
2010-10-26 12:43:57 -07:00
parent 78098341f8
commit f834dfabbc
5 changed files with 108 additions and 21 deletions

View File

@@ -115,7 +115,7 @@ public class ClipboardService extends IClipboard.Stub {
public ClipDescription getPrimaryClipDescription() {
synchronized (this) {
return new ClipDescription(mPrimaryClip);
return mPrimaryClip.getDescription();
}
}