Files
rr3-apk/smali_classes2/com/google/android/gms/common/GooglePlayServicesMissingManifestValueException.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

24 lines
858 B
Smali

.class public final Lcom/google/android/gms/common/GooglePlayServicesMissingManifestValueException;
.super Lcom/google/android/gms/common/GooglePlayServicesManifestException;
.source "SourceFile"
# annotations
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
# direct methods
.method public constructor <init>()V
.locals 2
const/4 v0, 0x0
const-string v1, "A required meta-data tag in your app\'s AndroidManifest.xml does not exist. You must have the following declaration within the <application> element: <meta-data android:name=\"com.google.android.gms.version\" android:value=\"@integer/google_play_services_version\" />"
.line 1
invoke-direct {p0, v0, v1}, Lcom/google/android/gms/common/GooglePlayServicesManifestException;-><init>(ILjava/lang/String;)V
return-void
.end method