Update on android sample resource bundle
[platform/upstream/iotivity.git] / service / resource-container / examples / android / ContainerSampleApp / app / src / main / java / org / iotivity / service / sample / container / ResourceContainerActivity.java
index 64eae81..a8086dd 100755 (executable)
@@ -98,10 +98,10 @@ public class ResourceContainerActivity extends Activity {
         super.onCreate(savedInstanceState);
         context = this;
 
-        if (!isWifiConnected()) {
+        /*if (!isWifiConnected()) {
             showWifiUnavailableDialog();
             return;
-        }
+        }*/
 
         configurePlatform();
         CopyAssetsToSDCard();