去除屏幕方向判断,兼容Android8.0

This commit is contained in:
wanjian
2018-08-25 14:44:52 +08:00
parent 7d306fc743
commit 47d27c9542
5 changed files with 53 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ import android.os.IBinder;
public interface IWindowManager {
void getInitialDisplaySize(int i, Point displaySize);
int getRotation();
// int getRotation();
void getRealDisplaySize(Point displaySize);