From f9c98a7008efe76baa8d5cffe1bf8981235c9ea5 Mon Sep 17 00:00:00 2001 From: Adam Connors Date: Thu, 5 Jun 2014 15:07:53 +0100 Subject: [PATCH] Fix build break (include current.txt) I forgot to commit this... sorry. Change-Id: I5efca4d9447f1792a095dd64210a124c29e6a917 --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index e669bf1dc3f74..afcef3bb2d22a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -8423,7 +8423,7 @@ package android.content.pm { field public static final java.lang.String FEATURE_LOCATION = "android.hardware.location"; field public static final java.lang.String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field public static final java.lang.String FEATURE_LOCATION_NETWORK = "android.hardware.location.network"; - field public static final java.lang.String FEATURE_MANAGEDPROFILES = "android.software.managedprofiles"; + field public static final java.lang.String FEATURE_MANAGED_PROFILES = "android.software.managed_profiles"; field public static final java.lang.String FEATURE_MICROPHONE = "android.hardware.microphone"; field public static final java.lang.String FEATURE_NFC = "android.hardware.nfc"; field public static final java.lang.String FEATURE_NFC_HOST_CARD_EMULATION = "android.hardware.nfc.hce";