summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-26 14:10:55 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2024-12-26 14:10:55 -0800
commit77ed57a91ff76f0d7580219412b911fd4f6cb667 (patch)
treef8d48667f0439478ebccd61df68d67a7a7993d77
parent6eb3950fd68fcfa17aede37886938a1f7718bb1a (diff)
parentcfb4c92a49e749e9cd2acfefb96ba8c21dc88545 (diff)
Merge "Make start info callback binder oneway" into main
-rw-r--r--core/java/android/app/IApplicationStartInfoCompleteListener.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/IApplicationStartInfoCompleteListener.aidl b/core/java/android/app/IApplicationStartInfoCompleteListener.aidl
index 0f0d9198234f..f7e5f18c6170 100644
--- a/core/java/android/app/IApplicationStartInfoCompleteListener.aidl
+++ b/core/java/android/app/IApplicationStartInfoCompleteListener.aidl
@@ -25,6 +25,6 @@ import android.app.ApplicationStartInfo;
*
* @hide
*/
-interface IApplicationStartInfoCompleteListener {
+oneway interface IApplicationStartInfoCompleteListener {
void onApplicationStartInfoComplete(in ApplicationStartInfo applicationStartInfo);
}