summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorSungsoo Lim <sungsoo@google.com>2014-08-04 11:30:54 +0900
committerSungsoo Lim <sungsoo@google.com>2014-08-04 16:46:42 +0900
commit732be11cefc439ea47a6c9cced6ab240aa5f1ea9 (patch)
tree415a497e9b9202796445286c7cb0136efebde23d /api/current.txt
parentae44128776410abd11bd06ae700db9cc4606a773 (diff)
downloadframeworks_base-732be11cefc439ea47a6c9cced6ab240aa5f1ea9.zip
frameworks_base-732be11cefc439ea47a6c9cced6ab240aa5f1ea9.tar.gz
frameworks_base-732be11cefc439ea47a6c9cced6ab240aa5f1ea9.tar.bz2
TIF: Remove countryCode in TvContentRating
In the standard TV content rating systems, there are no cases that a TV content rating system is used for multiple countries. Moreover, since we allow the case that the country code is null for a custom rating system (e.g. YT), the country code should be removed. Change-Id: I79472dbd491aa7efb40f3e081f90b45e13a91505
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 851d20f..0700c60 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -16847,9 +16847,8 @@ package android.media.session {
package android.media.tv {
public final class TvContentRating {
- method public static android.media.tv.TvContentRating createRating(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String...);
+ method public static android.media.tv.TvContentRating createRating(java.lang.String, java.lang.String, java.lang.String, java.lang.String...);
method public java.lang.String flattenToString();
- method public java.lang.String getCountry();
method public java.lang.String getDomain();
method public java.lang.String getMainRating();
method public java.lang.String getRatingSystem();