diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-01-17 12:31:08 -0800 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-01-17 15:27:56 -0800 |
| commit | 0d11c9c34501a9a9dedee1092fd63af218dc28c8 (patch) | |
| tree | c68116c481ec679e2ee6bb8acb978993614ca74c /samples/NotePad/src/com/example/android/notepad/NotesList.java | |
| parent | d8865cc32c917cebf1fc65c8266d939b9a5718a7 (diff) | |
Follow API changes.
Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
Diffstat (limited to 'samples/NotePad/src/com/example/android/notepad/NotesList.java')
| -rw-r--r-- | samples/NotePad/src/com/example/android/notepad/NotesList.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/NotePad/src/com/example/android/notepad/NotesList.java b/samples/NotePad/src/com/example/android/notepad/NotesList.java index 8f0b2cb02..7e91f646c 100644 --- a/samples/NotePad/src/com/example/android/notepad/NotesList.java +++ b/samples/NotePad/src/com/example/android/notepad/NotesList.java @@ -406,7 +406,6 @@ public class NotesList extends ListActivity { clipboard.setPrimaryClip(ClipData.newUri( // new clipboard item holding a URI getContentResolver(), // resolver to retrieve URI info "Note", // label for the clip - null, // icon for the clip noteUri) // the URI ); |
