diff options
author | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-05-29 15:43:14 +0900 |
---|---|---|
committer | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-06-09 16:18:08 +0900 |
commit | 59e11dcac10196efed3de7311af8b2fab8199541 (patch) | |
tree | 94c515b24952aa2a3c667d0ec8ad080255cca577 | |
parent | 9eff72878ccf3c5a5e046b5c4cc8ba4a6697d1f2 (diff) | |
download | common-eplugin-59e11dcac10196efed3de7311af8b2fab8199541.tar.gz common-eplugin-59e11dcac10196efed3de7311af8b2fab8199541.tar.bz2 common-eplugin-59e11dcac10196efed3de7311af8b2fab8199541.zip |
MISC: Modified wearable profile name list
Modified wearable profile name list
Change-Id: I4f3f593a5d984db663e69ea7f57f7bc6b3796dcf
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
-rw-r--r-- | org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java b/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java index eaff0f4bd..069c4d46f 100644 --- a/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java +++ b/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java @@ -35,7 +35,7 @@ import org.tizen.sdblib.IDevice; */ public class TizenPlatformConstants { // Platform name - public static final String PROFILE_WEARABLE = "tizenw"; + public static final String[] PROFILE_WEARABLES = {"tizenw", "wearable"}; public static final String PROFILE_MOBILE = "mobile"; // Definitions for common |