Remove unnecessary RequiresApi
annotation (#2100)
This commit is contained in:
parent
8fca1bfc75
commit
8908f88ddc
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Helper for creating an Autofill [Dataset]s for Android R and above. */
|
/** Helper for creating an Autofill [Dataset]s for Android R and above. */
|
||||||
@RequiresApi(Build.VERSION_CODES.R)
|
|
||||||
@Suppress("DEPRECATION")
|
@Suppress("DEPRECATION")
|
||||||
private fun makeIntentDataSetR(
|
private fun makeIntentDataSetR(
|
||||||
context: Context,
|
context: Context,
|
||||||
|
|
Loading…
Reference in a new issue