Hey guys,

Does anyone know the equivalent of

                Intent inte = new Intent();
                inte.setAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
                sendBroadcast(inte);

In honeycomb to force the recent activites pop up window to close? The
above works on 2.3.3 for the long press on the home key but
unfortunately it doesn's seem to work on honey comb or not on the
emulator at least....!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to