1
2
3
4
5
6
7
8
9
10
11
12
13
| # 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
|
|