add comment
This commit is contained in:
parent
6396a0e59f
commit
fd014df379
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class SettingsMonitoringActivity extends SettingsBaseActivity {
|
||||||
floatValues = new Float[] {0.f, 0.000001f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f};
|
floatValues = new Float[] {0.f, 0.000001f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f};
|
||||||
names = new String[floatValues.length];
|
names = new String[floatValues.length];
|
||||||
names[0] = getString(R.string.shared_string_not_selected);
|
names[0] = getString(R.string.shared_string_not_selected);
|
||||||
names[1] = "> 0";
|
names[1] = "> 0"; // This option for the GPS chipset motion detection
|
||||||
for(int i = 2; i < floatValues.length; i++) {
|
for(int i = 2; i < floatValues.length; i++) {
|
||||||
names[i] = floatValues[i].intValue() + " " + getString(R.string.km_h);
|
names[i] = floatValues[i].intValue() + " " + getString(R.string.km_h);
|
||||||
floatValues[i] = floatValues[i] / 3.6f;
|
floatValues[i] = floatValues[i] / 3.6f;
|
||||||
|
|
Loading…
Reference in a new issue