mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
CB-1362: We should add android:hardwareAccelerated=true to the template manifest.xml
This commit is contained in:
parent
eb49e011e2
commit
37b3e980dc
@ -47,6 +47,7 @@
|
||||
|
||||
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
||||
android:hardwareAccelerated="true"
|
||||
android:debuggable="true">
|
||||
<activity android:name="__ACTIVITY__" android:label="@string/app_name"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">
|
||||
|
Loading…
Reference in New Issue
Block a user