manifest: turn on hw explicitly
parent
926afdd7b7
commit
056a640fd0
|
@ -16,8 +16,9 @@
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.Memories"
|
android:theme="@style/Theme.Memories"
|
||||||
tools:targetApi="31"
|
android:usesCleartextTraffic="true"
|
||||||
android:usesCleartextTraffic="true">
|
android:hardwareAccelerated="true"
|
||||||
|
tools:targetApi="31">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|
Loading…
Reference in New Issue