mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +00:00
chore: reword confusing comments
This commit is contained in:
@@ -70,7 +70,10 @@ constructor(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Helper for creating an Autofill [Dataset]s for Android R and above. */
|
/**
|
||||||
|
* Helper for creating an Autofill [Dataset]s for [Build.VERSION_CODES.R] <=
|
||||||
|
* [Build.VERSION.SDK_INT] < [Build.VERSION_CODES.TIRAMISU].
|
||||||
|
*/
|
||||||
@Suppress("DEPRECATION")
|
@Suppress("DEPRECATION")
|
||||||
private fun makeIntentDataSetR(
|
private fun makeIntentDataSetR(
|
||||||
context: Context,
|
context: Context,
|
||||||
@@ -92,7 +95,10 @@ constructor(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Helper for creating Autofill [Dataset]s for Android Tiramisu and above. */
|
/**
|
||||||
|
* Helper for creating Autofill [Dataset]s for [Build.VERSION.SDK_INT] >=
|
||||||
|
* [Build.VERSION_CODES.TIRAMISU] and above.
|
||||||
|
*/
|
||||||
@RequiresApi(Build.VERSION_CODES.TIRAMISU)
|
@RequiresApi(Build.VERSION_CODES.TIRAMISU)
|
||||||
private fun makeIntentDataSetTiramisu(
|
private fun makeIntentDataSetTiramisu(
|
||||||
context: Context,
|
context: Context,
|
||||||
|
Reference in New Issue
Block a user