Remove unnecessary RequiresApi annotation (#2100)

This commit is contained in:
Harsh Shandilya 2022-09-01 10:41:39 +05:30 committed by GitHub
parent 8fca1bfc75
commit 8908f88ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,