OSDN Git Service

Avoid crashing in eng build multiwindow-oreo
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 27 Sep 2017 10:28:52 +0000 (18:28 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 12 Oct 2017 08:23:14 +0000 (16:23 +0800)
A workaround suggested in https://issuetracker.google.com/issues/66066209

AndroidManifest.xml

index c596152..8ee0576 100644 (file)
@@ -88,6 +88,7 @@
             android:taskAffinity=""
             android:theme="@style/Theme.Settings"
             android:hardwareAccelerated="true"
+            android:persistent="true"
             android:requiredForAllUsers="true"
             android:supportsRtl="true"
             android:allowBackup="false"