Start tracking radio up time. am: 5da0d5a316
Original change: undetermined Change-Id: I318c7943890f81657a1091727430c9bfe69850fa
This commit is contained in:
@@ -2352,7 +2352,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
if (ConnectivityManager.isNetworkTypeMobile(type)) {
|
||||
timeout = Settings.Global.getInt(mContext.getContentResolver(),
|
||||
Settings.Global.DATA_ACTIVITY_TIMEOUT_MOBILE,
|
||||
0);
|
||||
5);
|
||||
// Canonicalize mobile network type
|
||||
type = ConnectivityManager.TYPE_MOBILE;
|
||||
} else if (ConnectivityManager.TYPE_WIFI == type) {
|
||||
|
||||
Reference in New Issue
Block a user