android
android copied to clipboard
Expanding the extended data field to contain settings that may be non-optimal for operation
I added additional functional to a fork of 2.4 that added: @JsonProperty("wifi") -- wifi is on/off @JsonProperty("ps") -- phone power save mode @JsonProperty("bo") -- app is configured with battery optimizations @JsonProperty("hib") -- app can hibernate if not used @JsonProperty("loc") -- app location permissions
They get returned in the extended attributes to allow the central host to see misconfigurations that can impact good location operation. And then added a summary to the friends tile drawer (including a battery icon that changes when charging):
If I do a pull request, will this be considered?