mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Removing all compatibility code below Lollipop
Bug: 32745285 Change-Id: I62971908e3e4402941fab627bbdfd47be64473a3
This commit is contained in:
@@ -39,12 +39,8 @@ public abstract class UserManagerCompat {
|
||||
sInstance = new UserManagerCompatVN(context.getApplicationContext());
|
||||
} else if (Utilities.ATLEAST_MARSHMALLOW) {
|
||||
sInstance = new UserManagerCompatVM(context.getApplicationContext());
|
||||
} else if (Utilities.ATLEAST_LOLLIPOP) {
|
||||
sInstance = new UserManagerCompatVL(context.getApplicationContext());
|
||||
} else if (Utilities.ATLEAST_JB_MR1) {
|
||||
sInstance = new UserManagerCompatV17(context.getApplicationContext());
|
||||
} else {
|
||||
sInstance = new UserManagerCompatV16();
|
||||
sInstance = new UserManagerCompatVL(context.getApplicationContext());
|
||||
}
|
||||
}
|
||||
return sInstance;
|
||||
|
||||
Reference in New Issue
Block a user