From 33d4c053d8425964a14dc881f83529bf56631b6a Mon Sep 17 00:00:00 2001 From: JinWang An Date: Wed, 23 Mar 2016 17:13:08 +0900 Subject: [PATCH] Modified Wearable 3.0 API version for some enum values Change-Id: I99a418ea299a5ae3717cf588e9fd4fb12b4cb014 Signed-off-by: JinWang An --- include/system_settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/system_settings.h b/include/system_settings.h index c30184e..128cfa8 100644 --- a/include/system_settings.h +++ b/include/system_settings.h @@ -67,8 +67,8 @@ typedef enum { SYSTEM_SETTINGS_KEY_MOTION_ACTIVATION, /**< (bool) Indicates whether the motion service is activated */ SYSTEM_SETTINGS_KEY_EMAIL_ALERT_RINGTONE, /**< (string) The file path of the current email alert ringtone */ - SYSTEM_SETTINGS_KEY_USB_DEBUGGING_ENABLED, /**< (bool) Indicates whether the USB debugging is enabled (Since 2.4) */ - SYSTEM_SETTINGS_KEY_3G_DATA_NETWORK_ENABLED, /**< bool) Indicates whether the 3G data network is enabled (Since 2.4) */ + SYSTEM_SETTINGS_KEY_USB_DEBUGGING_ENABLED, /**< (bool) Indicates whether the USB debugging is enabled (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */ + SYSTEM_SETTINGS_KEY_3G_DATA_NETWORK_ENABLED, /**< bool) Indicates whether the 3G data network is enabled (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */ SYSTEM_SETTINGS_KEY_LOCKSCREEN_APP = SYSTEM_SETTINGS_KEY_3G_DATA_NETWORK_ENABLED+2, /**< (string) Indicates lockscreen app pkg name */ SYSTEM_SETTINGS_KEY_DEFAULT_FONT_TYPE,/**< (string) The current system default font type (only support Get) */ -- 2.7.4