Merge "Extend the time between WiFi energy samples" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
92bb3df50b
@@ -1560,7 +1560,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
NetworkCapabilities.TRANSPORT_WIFI)) {
|
||||
timeout = Settings.Global.getInt(mContext.getContentResolver(),
|
||||
Settings.Global.DATA_ACTIVITY_TIMEOUT_WIFI,
|
||||
5);
|
||||
15);
|
||||
type = ConnectivityManager.TYPE_WIFI;
|
||||
} else {
|
||||
// do not track any other networks
|
||||
|
||||
Reference in New Issue
Block a user