fix: 缺失的大括号
This commit is contained in:
parent
336ad9ecf8
commit
493d367bfc
|
|
@ -178,6 +178,7 @@ public class LSPApplication {
|
||||||
Log.e(TAG, "createLoadedApk", e);
|
Log.e(TAG, "createLoadedApk", e);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public static void disableProfile(Context context) {
|
public static void disableProfile(Context context) {
|
||||||
final ArrayList<String> codePaths = new ArrayList<>();
|
final ArrayList<String> codePaths = new ArrayList<>();
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ public class Constants {
|
||||||
final static public String ORIGINAL_APK_ASSET_PATH = "assets/lspatch/origin.apk";
|
final static public String ORIGINAL_APK_ASSET_PATH = "assets/lspatch/origin.apk";
|
||||||
final static public String EMBEDDED_MODULES_ASSET_PATH = "assets/lspatch/modules/";
|
final static public String EMBEDDED_MODULES_ASSET_PATH = "assets/lspatch/modules/";
|
||||||
|
|
||||||
final static public String PATCH_FILE_SUFFIX = "-lspatched.apk";
|
final static public String PATCH_FILE_SUFFIX = "-npatched.apk";
|
||||||
final static public String PROXY_APP_COMPONENT_FACTORY = "org.lsposed.lspatch.metaloader.LSPAppComponentFactoryStub";
|
final static public String PROXY_APP_COMPONENT_FACTORY = "org.lsposed.lspatch.metaloader.LSPAppComponentFactoryStub";
|
||||||
final static public String MANAGER_PACKAGE_NAME = "org.lsposed.lspatch";
|
final static public String MANAGER_PACKAGE_NAME = "org.lsposed.lspatch";
|
||||||
final static public int MIN_ROLLING_VERSION_CODE = 348;
|
final static public int MIN_ROLLING_VERSION_CODE = 348;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue