summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/arrays.xml
blob: 6f690d3001042e60dfe1c59ad8f2242a53b3062e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="location_modes_values">
        <item>0</item>
        <item>1</item>
        <item>2</item>
        <item>3</item>
        <item>4</item>
    </string-array>
    <string-array name="location_modes_entries">
        <item>Standard location access</item>
        <item>GPS disabled when screen off</item>
        <item>All disabled when screen off</item>
        <item>Foreground location updates only</item>
        <item>Throttle when screen off</item>
    </string-array>
</resources>