parent
e8665d1d71
commit
0d53046476
@ -0,0 +1,16 @@ |
|||||||
|
package com.github.catvod.spider; |
||||||
|
|
||||||
|
import android.content.Context; |
||||||
|
import android.content.ContextWrapper; |
||||||
|
|
||||||
|
public class Ctx extends ContextWrapper { |
||||||
|
|
||||||
|
public Ctx(Context base) { |
||||||
|
super(base); |
||||||
|
} |
||||||
|
|
||||||
|
@Override |
||||||
|
public String getPackageName() { |
||||||
|
return "com.alicloud.databox"; |
||||||
|
} |
||||||
|
} |
||||||
Binary file not shown.
@ -1 +1 @@ |
|||||||
1e723507eaf6289101e308debe054c74 |
aedbadb415514ba8de16bf26957fda52 |
||||||
|
|||||||
Loading…
Reference in new issue