Remove static

This commit is contained in:
LoveSy 2021-06-21 10:15:42 +08:00 committed by GitHub
parent c3b1437c47
commit cadcc4c47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class LSPApplication {
final static public int FIRST_APP_ZYGOTE_ISOLATED_UID = 90000;
final static public int PER_USER_RANGE = 100000;
final static private LSPApplication instance = null;
static private LSPApplication instance = null;
static public boolean isIsolated() {
return (android.os.Process.myUid() % PER_USER_RANGE) >= FIRST_APP_ZYGOTE_ISOLATED_UID;