Files
rr3-apk/smali/android/app/ForegroundServiceStartNotAllowedException.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

19 lines
442 B
Smali

.class public final synthetic Landroid/app/ForegroundServiceStartNotAllowedException;
.super Landroid/app/ServiceStartNotAllowedException;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Ljava/lang/NoClassDefFoundError;
invoke-direct {v0}, Ljava/lang/NoClassDefFoundError;-><init>()V
throw v0
.end method