summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2014-08-19 23:36:02 -0700
committerJae Seo <jaeseo@google.com>2014-08-20 20:59:51 -0700
commit14355950d5ce42b8043cfb96d192f1c76b93d496 (patch)
treed6af4246a9def7651ada317944457f44598dbaca /services
parent635bc8bc84fe5da6d667c280bea6d96c46ffa3fd (diff)
downloadframeworks_base-14355950d5ce42b8043cfb96d192f1c76b93d496.zip
frameworks_base-14355950d5ce42b8043cfb96d192f1c76b93d496.tar.gz
frameworks_base-14355950d5ce42b8043cfb96d192f1c76b93d496.tar.bz2
API Review: android.media.tv
TvContentRating: - The XML file: attributes should have android: prefix and should allow string resource references for labels. Bug: 17114406 Change-Id: Ife2f4dc6c2c8a5a1714cdeedb27aab40fce73e2b
Diffstat (limited to 'services')
-rw-r--r--services/core/java/com/android/server/tv/TvInputManagerService.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/tv/TvInputManagerService.java b/services/core/java/com/android/server/tv/TvInputManagerService.java
index a084cab..6481944 100644
--- a/services/core/java/com/android/server/tv/TvInputManagerService.java
+++ b/services/core/java/com/android/server/tv/TvInputManagerService.java
@@ -283,7 +283,6 @@ public final class TvInputManagerService extends SystemService {
userState.inputMap = inputMap;
userState.ratingSystemXmlUriSet.clear();
- userState.ratingSystemXmlUriSet.add(TvContentRating.SYSTEM_CONTENT_RATING_SYSTEM_XML);
for (TvInputState state : userState.inputMap.values()) {
Uri ratingSystemXmlUri = state.mInfo.getRatingSystemXmlUri();
if (ratingSystemXmlUri != null) {