Skip to content
Snippets Groups Projects
Commit ff601541 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve ChromeOS support

parent c64ba429
Branches
Tags
No related merge requests found
......@@ -7,6 +7,13 @@
<!-- Enable after we target Android P -->
<!--<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />-->
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="android.hardware.type.pc"
android:required="false" />
<application
android:name=".QuasselDroid"
android:allowBackup="true"
......@@ -16,6 +23,13 @@
android:supportsRtl="true"
android:theme="@style/Theme.SplashTheme">
<meta-data
android:name="WindowManagerPreference:FreeformWindowSize"
android:value="tablet" />
<meta-data
android:name="WindowManagerPreference:FreeformWindowOrientation"
android:value="landscape" />
<!-- Normal Chat -->
<activity
android:name=".ui.chat.ChatActivity"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment