diff options
Diffstat (limited to 'org.tizen.common')
-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 |