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
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 MyOnKeyListener
2 matches
Mail list logo