Merge "Make PIN/password failed attempts dialog non-cancelable"
am: 708543b5ff
Change-Id: I2a95bd2a53f3ef73f63b6d955528cb16dbd4de10
This commit is contained in:
@@ -173,6 +173,7 @@ public class KeyguardSecurityContainer extends FrameLayout implements KeyguardSe
|
||||
final AlertDialog dialog = new AlertDialog.Builder(mContext)
|
||||
.setTitle(title)
|
||||
.setMessage(message)
|
||||
.setCancelable(false)
|
||||
.setNeutralButton(R.string.ok, null)
|
||||
.create();
|
||||
if (!(mContext instanceof Activity)) {
|
||||
|
||||
Reference in New Issue
Block a user