Make "no root available" dialog non-cancelable.
This commit is contained in:
parent
33bfefa4a1
commit
200fefe9c3
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class MainActivity extends ListActivity {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.create();
|
.create();
|
||||||
|
mNoRootDialog.setCancelable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue