parent
09806d3c36
commit
a483aa3248
|
|
@ -23,8 +23,6 @@ package org.lsposed.lspd.nativebridge;
|
|||
import android.content.res.Resources;
|
||||
import android.content.res.XResources;
|
||||
|
||||
import java.lang.reflect.Constructor;
|
||||
|
||||
import dalvik.annotation.optimization.FastNative;
|
||||
|
||||
public class ResourcesHook {
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
package dalvik.annotation.optimization;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Retention(RetentionPolicy.CLASS)
|
||||
@Target(ElementType.METHOD)
|
||||
public @interface FastNative {
|
||||
}
|
||||
Loading…
Reference in New Issue