You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
488 B
14 lines
488 B
# Simple subclass of PathClassLoader with methods overridden.
|
|
# We need to use smali right now to subclass a libcore class, see b/24304298.
|
|
|
|
.class public LMyPathClassLoader;
|
|
|
|
.super Ldalvik/system/PathClassLoader;
|
|
|
|
# Simple forwarding constructor.
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/ClassLoader;)V
|
|
.registers 3
|
|
invoke-direct {p0, p1, p2}, Ldalvik/system/PathClassLoader;-><init>(Ljava/lang/String;Ljava/lang/ClassLoader;)V
|
|
return-void
|
|
.end method
|