开发者

Disabling the back button with an alertbox?

开发者 https://www.devze.com 2023-03-30 09:40 出处:网络
I have an alert box for a log in and when ever the back button is pressed the alert box disappears. I\'ve tried @Override

I have an alert box for a log in and when ever the back button is pressed the alert box disappears. I've tried @Override public void onBackPressed() { 开发者_StackOverflow社区// do nothing. } but it still just stops the back on the activity not the alertbox. Is there something special i have to do to disable the back button on the alertbox?


I believe setCancelable() is intended for this...

http://developer.android.com/reference/android/app/AlertDialog.Builder.html#setCancelable(boolean)

0

精彩评论

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

关注公众号