[android-developers] HDMI out API

2011-04-04 Thread dasorin2000
There is some API to handle HDMI out screen in Android or is just a copy of original device display? Thanks Sorin -- 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

[android-developers] Re: disable the search key android alertdialog

2010-12-21 Thread dasorin2000
As Mark said, the solution is add your onKey inside the dialog. Or create a custom dialog instead using Dialog. See below: public class CustomDialog extends Dialog { public CustomDialog(Context context) { super(context); setOnKeyListener(new