Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb1c1fac authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update the documentation to indiciate the...

Merge "Update the documentation to indiciate the isEnabledCredentialProviderService API should be use in Android 15 and above." into main
parents 9687d080 ffd5e885
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -470,8 +470,8 @@ public final class CredentialManager {
     * Returns {@code true} if the calling application provides a CredentialProviderService that is
     * enabled for the current user, or {@code false} otherwise. CredentialProviderServices are
     * enabled on a per-service basis so the individual component name of the service should be
     * passed in here. <strong>Usage of this API is discouraged as it is not fully functional, and
     * may throw a NullPointerException on certain devices and/or API versions.</strong>
     * passed in here. <strong>Usage of this API is encouraged in API level 35 and above. It
     * may throw a NullPointerException on certain devices running other API versions.</strong>
     *
     * @throws IllegalArgumentException if the componentName package does not match the calling
     * package name this call will throw an exception