2022-06-10 21:38:30 +09:00

46 lines
1.4 KiB
Smali

.class public Lcom/google/android/gms/actions/NoteIntents;
.super Ljava/lang/Object;
.source "com.google.android.gms:play-services-basement@@18.0.0"
# 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