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

Commit 54f5d03d authored by Yixiao Luo's avatar Yixiao Luo Committed by Automerger Merge Worker
Browse files

Merge "TIAS:The oneway flag add in ITvInteractiveAppManagerCallback.aidl" into...

Merge "TIAS:The oneway flag add in ITvInteractiveAppManagerCallback.aidl" into tm-dev am: a021fd7d am: 698949da

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18284606



Change-Id: I68c9aad6dc1d3a4baad10cbf82d032e624c82bba
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a1abd95a 698949da
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);