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

Commit ffd5e885 authored by Guangjie (Jerry) Shi's avatar Guangjie (Jerry) Shi
Browse files

Update the documentation to indiciate the isEnabledCredentialProviderService...

Update the documentation to indiciate the isEnabledCredentialProviderService API should be use in Android 15 and above.

Bug: 331803817
Change-Id: I1e1362e63465756dde5bcf8554e7eb2991131dcc
Test: document update
parent 18be7057
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