Hi, On a button click i open ,device settings page with below code. startActivityForResult(new Intent(Settings.ACTION_BLUETOOTH_SETTINGS),10);
and when device settings page open then i open a toast message ,that describe the user to close your bluetooth.and when use click on this toast message , then i close it . when toast message open we are able to click bluetooth settings.any help? On Sunday, January 19, 2014 5:55:21 PM UTC+5:30, 12169 wrote: > > Hi, > any help for the below question. > > > http://stackoverflow.com/questions/21201203/custom-toast-is-not-clickable-in-some-devices > -- 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.

