OSDN Git Service

Add missing symbol
authorColin Cross <ccross@android.com>
Mon, 1 May 2017 01:33:25 +0000 (18:33 -0700)
committerColin Cross <ccross@android.com>
Mon, 1 May 2017 15:02:50 +0000 (15:02 +0000)
Bug: 35998031
Test: builds
Change-Id: Ie085b4058c5714df9913ceb9fd03fb4658168520

core/java/android/provider/Settings.java

index 35a3c0c..3f3f859 100755 (executable)
@@ -4720,6 +4720,13 @@ public final class Settings {
         public static final String VOICE_INTERACTION_SERVICE = "voice_interaction_service";
 
         /**
+         * bluetooth HCI snoop log configuration
+         * @hide
+         */
+        public static final String BLUETOOTH_HCI_LOG =
+                "bluetooth_hci_log";
+
+        /**
          * @deprecated Use {@link android.provider.Settings.Global#DEVICE_PROVISIONED} instead
          */
         @Deprecated