Kynetics/uf-android-client

View on GitHub
uf-client-service/src/main/res/values/arrays.xml

Summary

Maintainability
Test Coverage
<!--
  ~ Copyright © 2017-2023  Kynetics  LLC
  ~
  ~ This program and the accompanying materials are made
  ~ available under the terms of the Eclipse Public License 2.0
  ~ which is available at https://www.eclipse.org/legal/epl-2.0/
  ~
  ~ SPDX-License-Identifier: EPL-2.0
  -->

<resources>
    <string-array name="retry_time_entries_name">
        <item>LOW</item>
        <item>NORMAL</item>
        <item>HIGH</item>
    </string-array>
    <string-array name="retry_time_entries_value">
        <item>120000</item>
        <item>30000</item>
        <item>5000</item>
    </string-array>
</resources>