Disable input compatibility mode on ChromeOS

This commit is contained in:
Cameron Gutman 2017-09-01 18:07:18 -07:00
parent d185a05b1d
commit a3db09f422

View File

@ -24,6 +24,11 @@
android:name="android.software.leanback"
android:required="false" />
<!-- Disable legacy input emulation on ChromeOS -->
<uses-feature
android:name="android.hardware.type.pc"
android:required="false"/>
<application
android:allowBackup="true"
android:fullBackupContent="@xml/backup_rules"