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

Commit 77ed57a9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make start info callback binder oneway" into main

parents 6eb3950f cfb4c92a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ import android.app.ApplicationStartInfo;
 *
 * @hide
 */
interface IApplicationStartInfoCompleteListener {
oneway interface IApplicationStartInfoCompleteListener {
    void onApplicationStartInfoComplete(in ApplicationStartInfo applicationStartInfo);
}