Skip to content

Commit

Permalink
Chromebook window manager optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Apr 23, 2022
1 parent 72352cd commit 8ecf385
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

<!-- Chrome OS -->
<meta-data
android:name="WindowManagerPreference:SuppressWindowControlNavigationButton"
android:value="true" />
<meta-data
android:name="WindowManagerPreference:FreeformWindowSize"
android:value="tablet" />
<meta-data
android:name="WindowManagerPreference:FreeformWindowOrientation"
android:value="landscape" />

<application
android:name=".Heart"
android:allowBackup="true"
Expand All @@ -22,6 +33,10 @@

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

<layout
android:defaultWidth="640dp"
android:defaultHeight="480dp" />
</activity>

<receiver
Expand Down

0 comments on commit 8ecf385

Please sign in to comment.