开发者

Checking for other AlertDialogs in an Activity?

开发者_JAVA技巧How do I check whether there are any AlertDialogs on the screen programmatically?


You could use myAlertDialog.isShowing(); to get a boolean of if it is showing and then do something with that information. Not exactly what you were looking for but maybe a long, convoluted work around...?


AFAIK, This can't be done in Android.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜