Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a3b7eee authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Update CNE feature values."

parents 82001e6b c2ea430e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012, 2013. The Linux Foundation. All rights reserved.
 * Copyright (c) 2012, 2013, 2014. The Linux Foundation. All rights reserved.
 * Not a Contribution.
 * Copyright (C) 2006 The Android Open Source Project
 *
@@ -537,7 +537,7 @@ class ServerThread {
                   int cneFeature = (enableCne == 1) ?
                       SystemProperties.getInt("persist.cne.feature", 0) : 0;

                   if ( cneFeature > 0 && cneFeature < 7 ) {
                   if ( cneFeature > 0 && cneFeature < 10 ) {
                       Slog.i(TAG, "QcConnectivity Service");
                       PathClassLoader qcsClassLoader =
                           new PathClassLoader("/system/framework/services-ext.jar",