Hi All: I create a launcher app(<category android:name="android.intent.category.HOME" />), and the app must check update in loading view, if there is a update version, it will display a dialog, but the dialog has no focus and I set OnShowListener on the dialog and ouput the result of getCurrentFocus() , the result is null. if I make the button of the dialog request focus in the setOnShowListener, the dialog also has no focus. Why? I want the button of the dialog has focus in the launcher app, How can I do? Thanks! Hilda
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

