diff options
| -rw-r--r-- | core/java/android/hardware/location/NanoAppMessage.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/hardware/location/NanoAppMessage.java b/core/java/android/hardware/location/NanoAppMessage.java index bb3e81ad0ec1..7ac1dd14da21 100644 --- a/core/java/android/hardware/location/NanoAppMessage.java +++ b/core/java/android/hardware/location/NanoAppMessage.java @@ -56,6 +56,8 @@ public final class NanoAppMessage implements Parcelable { * * @param targetNanoAppId the ID of the nanoapp to send the message to * @param messageType the nanoapp-dependent message type + * the value CHRE_MESSAGE_TYPE_RPC (0x7FFFFFF5) is reserved by the + * framework for RPC messages * @param messageBody the byte array message contents * * @return the NanoAppMessage object |