Files
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

46 lines
1.4 KiB
Smali

.class public Lcom/google/android/gms/actions/NoteIntents;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final ACTION_APPEND_NOTE:Ljava/lang/String; = "com.google.android.gms.actions.APPEND_NOTE"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ACTION_CREATE_NOTE:Ljava/lang/String; = "com.google.android.gms.actions.CREATE_NOTE"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ACTION_DELETE_NOTE:Ljava/lang/String; = "com.google.android.gms.actions.DELETE_NOTE"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final EXTRA_NAME:Ljava/lang/String; = "com.google.android.gms.actions.extra.NAME"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final EXTRA_NOTE_QUERY:Ljava/lang/String; = "com.google.android.gms.actions.extra.NOTE_QUERY"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final EXTRA_TEXT:Ljava/lang/String; = "com.google.android.gms.actions.extra.TEXT"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method