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

Commit 033d9eb9 authored by Yixiao Luo's avatar Yixiao Luo
Browse files

TIAS:The oneway flag add in ITvInteractiveAppManagerCallback.aidl

Cherry Pick from
https://partner-android-review.googlesource.com/c/platform/frameworks/base/+/2211650/

Bug: 231539756
Test: CtsTvTestCases
Change-Id: I0ea1c5f207617de0e5ae1ea91f4b756240d92371
parent 5547ff26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import android.media.tv.interactive.TvInteractiveAppServiceInfo;
 * Interface to receive callbacks from ITvInteractiveAppManager regardless of sessions.
 * @hide
 */
interface ITvInteractiveAppManagerCallback {
oneway interface ITvInteractiveAppManagerCallback {
    void onInteractiveAppServiceAdded(in String iAppServiceId);
    void onInteractiveAppServiceRemoved(in String iAppServiceId);
    void onInteractiveAppServiceUpdated(in String iAppServiceId);