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

Commit ab981c56 authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Make getAvailability() always return true

Bug: 15745402
Change-Id: If40ecef74e5bd7124e0020fcdbcd4637b2d82d97
parent 7f22d015
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