src/api-impl: misc stubbing

This commit is contained in:
Mis012
2022-12-27 17:21:21 +01:00
parent 696fa5a192
commit 2e4590c4d8
15 changed files with 226 additions and 52 deletions

View File

@@ -4,5 +4,6 @@ public interface WindowManager {
public android.view.Display getDefaultDisplay();
public class LayoutParams {
public static final int FLAG_KEEP_SCREEN_ON = 0;
}
}