mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Merge pull request #469 from LLK/chromebook-optimize
Chromebook optimizations
This commit is contained in:
commit
29f90362e9
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue