Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1dea5a0 authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Add documentation for some common gps commands

Test: presubmits
Change-Id: I5ce8344f3fba6b9f4ef16591ac8766582e1db95c
parent 60918a28
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -81,5 +81,12 @@ class LocationShellCommand extends BasicShellCommandHandler {
        pw.println("    Sets the master location switch enabled state.");
        pw.println("  send-extra-command <PROVIDER> <COMMAND>");
        pw.println("    Sends the given extra command to the given provider.");
        pw.println();
        pw.println("    Common commands that may be supported by the gps provider, depending on");
        pw.println("    hardware and software configurations:");
        pw.println("      delete_aiding_data - requests deletion of any predictive aiding data");
        pw.println("      force_time_injection - requests NTP time injection to chipset");
        pw.println("      force_psds_injection - "
                + "requests predictive aiding data injection to chipset");
    }
}