DescriptionFix a lint issue with Desktop.java.
Currently, the lint warns at:
Error: Field requires API level 19 (current min is 14):
android.view.View#SYSTEM_UI_FLAG_IMMERSIVE_STICKY [InlinedApi]
So we need to add @SuppressLint to suppress this lint error.
BUG=327768
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287466
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|