Merge branch 'aosp-13' into 13-wip

This commit is contained in:
MrSluffy
2023-09-21 21:54:56 +08:00
1558 changed files with 103738 additions and 36700 deletions
@@ -0,0 +1,6 @@
package com.android.internal.view;
public class RotationPolicy {
public static int NATURAL_ROTATION = 0;
}