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

Commit b0586c92 authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Android (Google) Code Review
Browse files

Merge "Make getAvailability() always return true"

parents 6e335c44 ab981c56
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -631,7 +631,9 @@ public final class TvInputManagerService extends SystemService {
            } finally {
                Binder.restoreCallingIdentity(identity);
            }
            return false;
            // STOPSHIP: Redesign the API around the availability change. For now, the service
            // will be always available.
            return true;
        }

        @Override