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

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

Merge "Fix a format issue" into main

parents 37bdb9b5 3bc35acc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2124,7 +2124,7 @@ public class TvInteractiveAppManagerService extends SystemService {
        @Override
        public void setTeletextAppEnabled(IBinder sessionToken, boolean enable, int userId) {
            if (DEBUG) {
                Slogf.d(TAG, "setTeletextAppEnabled(enable=%d)", enable);
                Slogf.d(TAG, "setTeletextAppEnabled(enable=%b)", enable);
            }
            final int callingUid = Binder.getCallingUid();
            final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid,