Merge branch 'master' into honeycomb-release
This commit is contained in:
@@ -718,10 +718,10 @@
|
|||||||
<string name="device_admin_title">Device administration</string>
|
<string name="device_admin_title">Device administration</string>
|
||||||
|
|
||||||
<!-- Title of preference to manage device admins -->
|
<!-- Title of preference to manage device admins -->
|
||||||
<string name="manage_device_admin">Select device administrators</string>
|
<string name="manage_device_admin">Device administrators</string>
|
||||||
|
|
||||||
<!-- Summary of preference to manage device policies -->
|
<!-- Summary of preference to manage device policies -->
|
||||||
<string name="manage_device_admin_summary">Add or remove device administrators</string>
|
<string name="manage_device_admin_summary">View or deactivate device administrators</string>
|
||||||
|
|
||||||
<!-- Bluetooth settings -->
|
<!-- Bluetooth settings -->
|
||||||
<!-- Bluetooth settings check box title on Main Settings screen -->
|
<!-- Bluetooth settings check box title on Main Settings screen -->
|
||||||
|
|||||||
@@ -234,6 +234,8 @@ public class ApnEditor extends PreferenceActivity
|
|||||||
int authVal = mCursor.getInt(AUTH_TYPE_INDEX);
|
int authVal = mCursor.getInt(AUTH_TYPE_INDEX);
|
||||||
if (authVal != -1) {
|
if (authVal != -1) {
|
||||||
mAuthType.setValueIndex(authVal);
|
mAuthType.setValueIndex(authVal);
|
||||||
|
} else {
|
||||||
|
mAuthType.setValue(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user