我有以下代码:
Html.fromHtml(getString(R.string.privacy_policy_text)
但是,Html.fromHtml()
已弃用。我知道我应该按照这里HtmlCompat
的指示使用。但是,我不知道我必须在我的 build.gradle 文件中包含什么才能使该类即使经过大量谷歌搜索后仍然可用。
我的 build.gradle 中已经有以下支持库:
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:support-vector-drawable:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:recyclerview-v7:27.1.1'