• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


Commit MetaInfo

Revision02b1957fed73a9f6852b060cf9f8aa242b65f391 (tree)
Zeit2017-10-12 17:23:14
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Avoid crashing in eng build

A workaround suggested in https://issuetracker.google.com/issues/66066209

Ändern Zusammenfassung

Diff

--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -88,6 +88,7 @@
8888 android:taskAffinity=""
8989 android:theme="@style/Theme.Settings"
9090 android:hardwareAccelerated="true"
91+ android:persistent="true"
9192 android:requiredForAllUsers="true"
9293 android:supportsRtl="true"
9394 android:allowBackup="false"