Toast messages do not intercept clicks. You're better off launching a transparent activity on top that can intercept clicks. You'll have to launch this activity after the settings screen, so maybe start a service that waits a couple of secs, then launches it. In the mean time, you'd have opened the settings screen.
On Monday, January 20, 2014 12:06:25 PM UTC+3, 12169 wrote: > > > > On Monday, January 20, 2014 12:55:40 PM UTC+5:30, 12169 wrote: >> >> Hi, >> when toast open on an activity then the activity's items are clickable >> but same is not true in case of dialog.any help how i can do this?. >> >> >> 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.

