BRNative.smali
827 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.class public Lcom/brplug/brgame/BRNative;
.super Ljava/lang/Object;
.source "BRNative.java"
# annotations
.annotation build Landroid/support/annotation/Keep;
.end annotation
# direct methods
.method static constructor <clinit>()V
.locals 1
const-string v0, "brgame"
.line 9
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
return-void
.end method
.method public constructor <init>()V
.locals 0
.line 6
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static native d(Ljava/lang/String;)Ljava/lang/String;
.end method
.method public static native ddd()Z
.end method
.method public static native e(Ljava/lang/String;)Ljava/lang/String;
.end method
.method public static native set(Ljava/lang/String;)V
.end method