Create the Screen Information Service and Screen
Write a service to collect this information: - [x] Folded foldable: - [x] Book Mode: - [x] Hinge position - [x] Hinge separation ratio (Ratio of the `X` or `Y` position of the hinge with respect to the entire screen) - [x] Whether the hinge is separating - [x] Hinge occlusion type - [x] Table Top Mode: - [x] Same as above - [x] Phone, tablet, or unfolded foldable: - [x] Height: - [x] Dimension in DPs - [x] Window Size Class per: https://developer.android.com/guide/topics/large-screens/support-different-screen-sizes#window_size_classes - [x] Width: - [x] Same as above This information should then be displayed on the Screen Information screen.
issue