Merge commit '02d89898c9b48426d5add48868a640c198a3321f' into eclair-mr2-plus-aosp * commit '02d89898c9b48426d5add48868a640c198a3321f': Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
This commit is contained in:
@@ -81,7 +81,7 @@ public final class CdmaDataConnectionTracker extends DataConnectionTracker {
|
||||
|
||||
private boolean mPendingRestartRadio = false;
|
||||
private static final int TIME_DELAYED_TO_RESTART_RADIO =
|
||||
SystemProperties.getInt("ro.cdma.timetoradiorestart", 20000);
|
||||
SystemProperties.getInt("ro.cdma.timetoradiorestart", 60000);
|
||||
|
||||
/**
|
||||
* Pool size of CdmaDataConnection objects.
|
||||
|
||||
Reference in New Issue
Block a user