Ejemplo n.º 1
0
  public static boolean IsOwnCloudSetup() {

    OwnCloudHelper helper = new OwnCloudHelper();

    return helper.ValidSettings(
        AppSettings.getOwnCloudServerName(),
        AppSettings.getOwnCloudUsername(),
        AppSettings.getOwnCloudPassword(),
        AppSettings.getOwnCloudDirectory());
  }