Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / protocol-plugin / plugins / Android / plugin.gear.noti / src / oic / plugin / gear / noti / Activator.java
index 1d95080..701c148 100644 (file)
@@ -122,9 +122,12 @@ public class Activator extends Activity implements BundleActivator,
             EntityHandlerNoti entitycb = new EntityHandlerNoti();
 
             resourceHandle = OcPlatform.registerResource("/a/galaxy/gear",
-                    "device.notify", "oc.mi.def", entitycb,
+                    "device.notify", OcPlatform.DEFAULT_INTERFACE, entitycb,
                     EnumSet.of(ResourceProperty.DISCOVERABLE));
         }
+        else{
+            Log.w(TAG, "Something Happened");
+        }
     }
 
     @Override