summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/services/telephony/TelephonyConnectionService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/services/telephony/TelephonyConnectionService.java b/src/com/android/services/telephony/TelephonyConnectionService.java
index d27054aa6..612600ee1 100644
--- a/src/com/android/services/telephony/TelephonyConnectionService.java
+++ b/src/com/android/services/telephony/TelephonyConnectionService.java
@@ -284,7 +284,7 @@ public class TelephonyConnectionService extends ConnectionService {
R.bool.config_allowRadioPowerDownOnBluetooth);
final int cellOn = Settings.Global.getInt(context.getContentResolver(),
Settings.Global.CELL_ON,
- PhoneConstants.CELL_OFF_FLAG);
+ PhoneConstants.CELL_ON_FLAG);
return (allowed && cellOn == PhoneConstants.CELL_ON_FLAG && !isRadioOn());
}