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

Commit ef711ca4 authored by Brian Julian's avatar Brian Julian
Browse files

Adds complete U implementation of AltitudeConverter.

Relnote: N/A
Bug: 231327615
Test: atest CtsLocationNoneTestCases
Change-Id: I7bac8b12ddd68732f99ff04e30f169657c2d2e71
parent b01ee9c3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -20129,6 +20129,15 @@ package android.location {
}
package android.location.altitude {
  public final class AltitudeConverter {
    ctor public AltitudeConverter();
    method @WorkerThread public void addMslAltitude(@NonNull android.content.Context, @NonNull android.location.Location) throws java.io.IOException;
  }
}
package android.location.provider {
  public final class ProviderProperties implements android.os.Parcelable {
+3 −1
Original line number Diff line number Diff line
@@ -107,7 +107,9 @@ android_app {
    sdk_version: "core_platform",
    certificate: "platform",

    srcs: [":remote-color-resources-arsc"],
    srcs: [
        ":remote-color-resources-arsc",
    ],

    // Disable dexpreopt and verify_uses_libraries check as the app
    // contains no Java code to be dexpreopted.
+2 −0
Original line number Diff line number Diff line
These binary protos are generated at runtime from the text protos in ../../geoid_height_map_assets
and using aprotoc.
 No newline at end of file
+33 B

File added.

No diff preview for this file type.

+10.5 KiB

File added.

No diff preview for this file type.

Loading