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

Commit cfb4c92a authored by Yisroel Forta's avatar Yisroel Forta
Browse files

Make start info callback binder oneway

This should be oneway as it's calling into an application.

Test: presubmit
Bug 385093164
Flag: EXEMPT - infeasible

Change-Id: I78ec02b9239e8d615f40732c06c0dcc4033e847e
parent 8e6fa6d6
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);
}