在 Android 上,我想在 string.xml 或其他资源文件的特定字符串值或特定行上抑制 lint。
<string name="suppress_lint_string">Suppress this String</string>
<string name="dont_suppress_lint_string">Don\'t Suppress this String</string>
我想对特定字符串和布局的特定部分执行特定的 lint 抑制,例如缺少在语言之间并不重要的特定字符串的翻译。