mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
Remove unnecessary RequiresApi
annotation (#2100)
This commit is contained in:
parent
8fca1bfc75
commit
8908f88ddc
|
@ -71,7 +71,6 @@ constructor(
|
|||
}
|
||||
|
||||
/** Helper for creating an Autofill [Dataset]s for Android R and above. */
|
||||
@RequiresApi(Build.VERSION_CODES.R)
|
||||
@Suppress("DEPRECATION")
|
||||
private fun makeIntentDataSetR(
|
||||
context: Context,
|
||||
|
|
Loading…
Reference in a new issue