Merge branch 'readonly-p4-master'
This commit is contained in:
committed by
The Android Open Source Project
commit
c06861f058
@@ -619,8 +619,7 @@ public class RadioInfo extends Activity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void updateDnsCheckState() {
|
private void updateDnsCheckState() {
|
||||||
GSMPhone gsmPhone = (GSMPhone) phone;
|
dnsCheckState.setText(phone.isDnsCheckDisabled() ?
|
||||||
dnsCheckState.setText(gsmPhone.isDnsCheckDisabled() ?
|
|
||||||
"0.0.0.0 allowed" :"0.0.0.0 not allowed");
|
"0.0.0.0 allowed" :"0.0.0.0 not allowed");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user