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

20 lines
493 B
Smali

.class public interface abstract Lcom/android/vending/licensing/ILicensingService;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/android/vending/licensing/ILicensingService$Stub;
}
.end annotation
# virtual methods
.method public abstract checkLicense(JLjava/lang/String;Lcom/android/vending/licensing/ILicenseResultListener;)V
.end method