Loading services/core/java/com/android/server/tv/TvInputManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
services/core/java/com/android/server/tv/TvInputManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading