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

Commit 48045d31 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add documentation for some common gps commands"

parents ec0d63e9 f1dea5a0
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");
    }
}