summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-04-06 15:33:01 -0700
committerJeff Brown <jeffbrown@android.com>2011-05-25 14:37:15 -0700
commitd0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727 (patch)
treead20046d37eeef1968feaaca6b9b3d87f51905f3 /api
parenteea0aa25870d49e381567f09abbfb41de52a5a32 (diff)
downloadframeworks_base-d0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727.zip
frameworks_base-d0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727.tar.gz
frameworks_base-d0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727.tar.bz2
Minor Alt-TAB / Recent Apps Dialog improvements. (DO NOT MERGE)
Alt-TAB should have different semantics from the APP_SWITCH key or long-press on HOME. Accordingly, remove the fallback action for Alt-TAB and initiate the task switching behavior directly in the policy. Modified RecentApplicationsDialog to be more precise about the initial modifiers that it considers to be holding the dialog. The dialog is now dismissed by a second press on the APP_SWITCH key or by a second long press on HOME. Change-Id: I07e72dc4e1f3cd8edaf357c1d49e79f60d6d1604
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 37ce1d5..b088678 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -212956,6 +212956,17 @@
visibility="public"
>
</method>
+<method name="getModifiers"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="getNumber"
return="char"
abstract="false"