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

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

Merge "Remove QUERY_ALL_APPS permission for listEnabledProviders"

parents c8f5a70b 40ac0217
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -208,11 +208,7 @@ public final class CredentialManager {
     * @param callback the callback invoked when the request succeeds or fails
     * @hide
     */
    @RequiresPermission(
            allOf = {
                android.Manifest.permission.LIST_ENABLED_CREDENTIAL_PROVIDERS,
                android.Manifest.permission.QUERY_ALL_PACKAGES
            })
    @RequiresPermission(android.Manifest.permission.LIST_ENABLED_CREDENTIAL_PROVIDERS)
    public void listEnabledProviders(
            @Nullable CancellationSignal cancellationSignal,
            @CallbackExecutor @NonNull Executor executor,