diff options
author | Christopher Tate <ctate@google.com> | 2011-02-14 17:31:13 -0800 |
---|---|---|
committer | Christopher Tate <ctate@google.com> | 2011-02-14 17:31:13 -0800 |
commit | 7f9ff9d191f00354c564a70eeeb1eda2b32eb1c7 (patch) | |
tree | f74b8abfc47d3233b44c752baebb949c3e5cb371 /api/current.xml | |
parent | 17cc1a1a4a23c4dae8eb407260c5a8daff93431f (diff) | |
download | frameworks_base-7f9ff9d191f00354c564a70eeeb1eda2b32eb1c7.zip frameworks_base-7f9ff9d191f00354c564a70eeeb1eda2b32eb1c7.tar.gz frameworks_base-7f9ff9d191f00354c564a70eeeb1eda2b32eb1c7.tar.bz2 |
Disable cross-app drag/drop
@hides the View constant that designates a drag as cross-app, and also
forcibly ignores that flag on the system_server side even if it's passed
to startDrag() as a literal.
Change-Id: I6f321bdf0389db5bb44131fd0f8d6b92f049be52
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/api/current.xml b/api/current.xml index 968b8ed..4ba4be0 100644 --- a/api/current.xml +++ b/api/current.xml @@ -223867,17 +223867,6 @@ visibility="public" > </method> -<field name="DRAG_FLAG_GLOBAL" - type="int" - transient="false" - volatile="false" - value="1" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="DRAWING_CACHE_QUALITY_AUTO" type="int" transient="false" @@ -265620,7 +265609,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |