development
Revisão | 66aa48b72374182f2e418084f9384cc0e635311c (tree) |
---|---|
Hora | 2011-02-15 10:40:31 |
Autor | Christopher Tate <ctate@goog...> |
Commiter | Christopher Tate |
Don't use the View drag-is-cross-app flag
Tracking a framework change; this is descoped from the next release
forthcoming from this branch.
Change-Id: Ib0519cd0ee60ff0051185e60d38be2ac299f420b
@@ -132,7 +132,7 @@ public class DraggableDot extends View { | ||
132 | 132 | public boolean onLongClick(View v) { |
133 | 133 | ClipData data = ClipData.newPlainText("dot", "Dot : " + v.toString()); |
134 | 134 | v.startDrag(data, new ANRShadowBuilder(v, mAnrType == ANR_SHADOW), |
135 | - (Object)v, View.DRAG_FLAG_GLOBAL); | |
135 | + (Object)v, 0); | |
136 | 136 | return true; |
137 | 137 | } |
138 | 138 | }); |