Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / android / examples / simpleclient / src / main / java / org / iotivity / base / examples / simpleclient / StringConstants.java
index f87c387..54336f8 100644 (file)
@@ -1,5 +1,4 @@
 package org.iotivity.base.examples.simpleclient;\r
-\r
 /**\r
  * StringConstant contains the simpleclient specific constant values.  To add another supported\r
  * Resource or Interface type to this app, begin by adding the new strings here, and then\r
@@ -7,8 +6,9 @@ package org.iotivity.base.examples.simpleclient;
  * the newly-supported type there.\r
  */\r
 public interface StringConstants {\r
-    public static final String RESOURCE_URI0 = "/light0";\r
-    public static final String RESOURCE_URI1 = "/light1";\r
+    public static final String RESOURCE_URI0 = "/a/light";\r
+    public static final String RESOURCE_URI1 = "/a/light2";\r
+    public static final String OIC_CLIENT_JSON_DB_FILE =  "oic_svr_db_client.json";\r
     public static final String CREATED_URI = "createduri";\r
     public static final String STATE = "state";\r
     public static final String NAME = "name";\r