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

Commit bdce57c8 authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Fixes typo in Intent extra names

Bug: 117612105
Test: None
Change-Id: I9b31d7d504635cc3eb3f880c925ad1aaf30becf7
parent 845a41cb
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.