traccar client android studio change prefferences

Chris2 years ago

Hi All,

i want to change the prefferences of the traccar hidden client. i want to add the url and change the frequentie interval.

In what file can i change these settings?

Anton Tananaev2 years ago

Just search for the default value in the code.

Chris2 years ago

Hi Anton,

how is the default value naming done? how can i search for this in android studio?

Chris2 years ago

in what file?

Anton Tananaev2 years ago

If you are not familiar with Android Studio, there's a lot of official Google resources you can use to learn.

Chris2 years ago

i understand. i alredeay found how to change the url. but in wat file can i change the settings? can not seem to find them

Anton Tananaev2 years ago

Settings are in preferences xml file.

Chris2 years ago

ok thank you. do i need to create this file? it seems not to be in the hidden apk package?

Anton Tananaev2 years ago

This is a standard way of doing it on Android. Again, please study official documentation first.

Chris2 years ago

my bad. i downloaded the source code now.