packages/apps/Settings
Revision | 02b1957fed73a9f6852b060cf9f8aa242b65f391 (tree) |
---|---|
Zeit | 2017-10-12 17:23:14 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Avoid crashing in eng build
A workaround suggested in https://issuetracker.google.com/issues/66066209
@@ -88,6 +88,7 @@ | ||
88 | 88 | android:taskAffinity="" |
89 | 89 | android:theme="@style/Theme.Settings" |
90 | 90 | android:hardwareAccelerated="true" |
91 | + android:persistent="true" | |
91 | 92 | android:requiredForAllUsers="true" |
92 | 93 | android:supportsRtl="true" |
93 | 94 | android:allowBackup="false" |