Commit e76cb0f6 authored by Michael Kwan's avatar Michael Kwan Committed by Android Git Automerger
Browse files

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

* commit '9c418157':
  Fixed issue where location from network feature was not properly ignored.
parents 6077e189 9c418157
......@@ -221,7 +221,7 @@ public class FeatureSummaryActivity extends PassFailButtons.ListActivity {
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),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment