apkfuckery/com.discord/smali/androidx/core/app/NotificationCompatExtras.smali

28 lines
881 B
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public final Landroidx/core/app/NotificationCompatExtras;
2019-02-04 20:05:16 +00:00
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "NotificationCompatExtras.java"
2019-02-04 20:05:16 +00:00
# static fields
.field public static final EXTRA_ACTION_EXTRAS:Ljava/lang/String; = "android.support.actionExtras"
.field public static final EXTRA_GROUP_KEY:Ljava/lang/String; = "android.support.groupKey"
.field public static final EXTRA_GROUP_SUMMARY:Ljava/lang/String; = "android.support.isGroupSummary"
.field public static final EXTRA_LOCAL_ONLY:Ljava/lang/String; = "android.support.localOnly"
.field public static final EXTRA_REMOTE_INPUTS:Ljava/lang/String; = "android.support.remoteInputs"
.field public static final EXTRA_SORT_KEY:Ljava/lang/String; = "android.support.sortKey"
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method