am 9c418157: Fixed issue where location from network feature was not properly ignored.

* commit '9c418157014d26e2dfd8a002e35a0e9a62db3caa':
  Fixed issue where location from network feature was not properly ignored.
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java
index 105e92b..36acf42 100644
--- a/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java
+++ b/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java
@@ -221,7 +221,7 @@
             new Feature(PackageManager.FEATURE_VERIFIED_BOOT, false),
 
             // Features explicitly made optional in L
-            new Feature("PackageManager.FEATURE_LOCATION_NETWORK", false),
+            new Feature(PackageManager.FEATURE_LOCATION_NETWORK, false),
 
             // New hidden features in L
             new Feature("android.hardware.ethernet", false),