summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Shan <shanyu@google.com>2023-03-17 21:53:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-03-17 21:53:48 +0000
commitc6232ab1fa136884bc08bcc75397b97bd1cc548c (patch)
treeb75a211168e5575864196628c9f3e3870727569c
parentff4d7eb84f9f71489dbb113b7f5ea38fd71107e2 (diff)
parent3750a7624438bea55572910de767a2bab627d398 (diff)
Merge "Add comment for remote task data." into udc-dev
-rw-r--r--automotive/remoteaccess/android/hardware/automotive/remoteaccess/IRemoteTaskCallback.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/automotive/remoteaccess/android/hardware/automotive/remoteaccess/IRemoteTaskCallback.aidl b/automotive/remoteaccess/android/hardware/automotive/remoteaccess/IRemoteTaskCallback.aidl
index 7a1616f107..2cd7a5db6b 100644
--- a/automotive/remoteaccess/android/hardware/automotive/remoteaccess/IRemoteTaskCallback.aidl
+++ b/automotive/remoteaccess/android/hardware/automotive/remoteaccess/IRemoteTaskCallback.aidl
@@ -24,6 +24,10 @@ interface IRemoteTaskCallback {
/**
* A callback that is called when a remote task is requested.
*
+ * The data is passed down from the remote server to the remote task client
+ * which is an Android application, and is not interpreted/parsed by the
+ * Android system.
+ *
* @param clientId An ID to uniquely identify a remote task client.
* @param data Opaque task data passed to the remote task client.
*/