NoteIntents.smali

.class public Lcom/google/android/gms/actions/NoteIntents;
.super Ljava/lang/Object;
.source "com.google.android.gms:play-services-basement@@17.3.0"


# static fields
.field public static final ACTION_APPEND_NOTE:Ljava/lang/String; = "com.google.android.gms.actions.APPEND_NOTE"

.field public static final ACTION_CREATE_NOTE:Ljava/lang/String; = "com.google.android.gms.actions.CREATE_NOTE"

.field public static final ACTION_DELETE_NOTE:Ljava/lang/String; = "com.google.android.gms.actions.DELETE_NOTE"

.field public static final EXTRA_NAME:Ljava/lang/String; = "com.google.android.gms.actions.extra.NAME"

.field public static final EXTRA_NOTE_QUERY:Ljava/lang/String; = "com.google.android.gms.actions.extra.NOTE_QUERY"

.field public static final EXTRA_TEXT:Ljava/lang/String; = "com.google.android.gms.actions.extra.TEXT"


# direct methods
.method private constructor <init>()V
    .registers 1

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method