First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
.class public interface abstract Lcom/google/android/gms/identitycredentials/IdentityCredentialClient;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract clearRegistry(Lcom/google/android/gms/identitycredentials/ClearRegistryRequest;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/identitycredentials/ClearRegistryRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/identitycredentials/ClearRegistryRequest;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/identitycredentials/ClearRegistryResponse;",
">;"
}
.end annotation
.end method
.method public abstract getCredential(Lcom/google/android/gms/identitycredentials/GetCredentialRequest;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/identitycredentials/GetCredentialRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/identitycredentials/GetCredentialRequest;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/identitycredentials/PendingGetCredentialHandle;",
">;"
}
.end annotation
.end method
.method public abstract registerCredentials(Lcom/google/android/gms/identitycredentials/RegistrationRequest;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/identitycredentials/RegistrationRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/identitycredentials/RegistrationRequest;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/identitycredentials/RegistrationResponse;",
">;"
}
.end annotation
.end method