Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Jul 30, 2022
1 parent add2c10 commit b9b875d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,7 @@ class HomeViewModel : BaseListViewModel(), IAndroidVersion {
}

private fun getBuildInWebViewProviderAndroid5(): String {
@SuppressLint("DiscouragedApi")
// frameworks/base/core/res/res/values/config.xml
// com.android.internal.R.string.config_webViewPackageName
val idConfigWebViewPackageName = Resources.getSystem().getIdentifier(
Expand Down

0 comments on commit b9b875d

Please sign in to comment.