Merge pull request #469 from LLK/chromebook-optimize

Chromebook optimizations
This commit is contained in:
chrisgarrity 2021-07-19 18:12:12 -04:00 committed by GitHub
commit 29f90362e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="true" />
<supports-screens android:requiresSmallestWidthDp="600" />
<application
@ -18,7 +17,8 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:hardwareAccelerated="true">
android:hardwareAccelerated="true"
android:resizeableActivity="false">
<provider android:name="ShareContentProvider"
android:grantUriPermissions="true"
android:authorities="${applicationId}.ShareContentProvider">