Missing Javadoc update while API review

Bug: 18550989
Change-Id: I766986fd429d58064fca6262a1c650cbcb19bddf
(cherry picked from commit 4e389e557e)
This commit is contained in:
Sungsoo Lim
2014-11-28 16:21:18 +09:00
parent a158abe454
commit cd45de8ba3

View File

@@ -127,10 +127,10 @@ public final class TvInputManager {
* <receiver android:name=".TvInputReceiver"> * <receiver android:name=".TvInputReceiver">
* <intent-filter> * <intent-filter>
* <action android:name= * <action android:name=
* "android.media.tv.TvInputManager.ACTION_QUERY_CONTENT_RATING_SYSTEMS" /> * "android.media.tv.action.QUERY_CONTENT_RATING_SYSTEMS" />
* </intent-filter> * </intent-filter>
* <meta-data * <meta-data
* android:name="android.media.tv.TvInputManager.META_DATA_CONTENT_RATING_SYSTEMS" * android:name="android.media.tv.metadata.CONTENT_RATING_SYSTEMS"
* android:resource="@xml/tv_content_rating_systems" /> * android:resource="@xml/tv_content_rating_systems" />
* </receiver>}</pre></p> * </receiver>}</pre></p>
* In the above example, the <code>@xml/tv_content_rating_systems</code> resource refers to an * In the above example, the <code>@xml/tv_content_rating_systems</code> resource refers to an