DescriptionFix a lint issue with ActivityContentVideoViewClient.java.
Currently, the lint warns at:
Error: Field requires API level 16 (current min is 14):
android.view.View#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION [InlinedApi]
Error: Field requires API level 16 (current min is 14):
android.view.View#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN [InlinedApi]
Error: Field requires API level 16 (current min is 14):
android.view.View#SYSTEM_UI_FLAG_FULLSCREEN [InlinedApi]
So we need to add @SuppressLint("InlinedApi") to suppress these lint errors.
BUG=327768
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274273
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|