@@ -251,8 +251,8 @@ public class ApexDriverApplication extends Application {
}
public boolean isOfflineMode() {
- return true;
-// return !Network.isNetworkAvailable(this);
+// return true;
+ return !Network.isNetworkAvailable(this);
void initAlarm()