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

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

Merge "Fixes typo in Intent extra names"

parents 41871f74 bdce57c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public final class ContextHubManager {
     *
     * @hide
     */
    public static final String EXTRA_NANOAPP_ID = "android.location.hardware.extra.NANOAPP_ID";
    public static final String EXTRA_NANOAPP_ID = "android.hardware.location.extra.NANOAPP_ID";

    /**
     * An extra of type int describing the nanoapp-specific abort code.
@@ -81,14 +81,14 @@ public final class ContextHubManager {
     * @hide
     */
    public static final String EXTRA_NANOAPP_ABORT_CODE =
            "android.location.hardware.extra.NANOAPP_ABORT_CODE";
            "android.hardware.location.extra.NANOAPP_ABORT_CODE";

    /**
     * An extra of type {@link NanoAppMessage} describing contents of a message from a nanoapp.
     *
     * @hide
     */
    public static final String EXTRA_MESSAGE = "android.location.hardware.extra.MESSAGE";
    public static final String EXTRA_MESSAGE = "android.hardware.location.extra.MESSAGE";

    /**
     * Constants describing the type of events from a Context Hub.