am 543f250d: Merge "Make the systemui process persistent." into gingerbread

Merge commit '543f250d9cb05ebca4fb4dacce37545c0bb9a8ca' into gingerbread-plus-aosp

* commit '543f250d9cb05ebca4fb4dacce37545c0bb9a8ca':
  Make the systemui process persistent.
This commit is contained in:
Dianne Hackborn
2010-07-30 19:12:50 -07:00
committed by Android Git Automerger

View File

@@ -7,6 +7,7 @@
<uses-permission android:name="android.permission.STATUS_BAR_SERVICE" /> <uses-permission android:name="android.permission.STATUS_BAR_SERVICE" />
<application <application
android:persistent="true"
android:allowClearUserData="false" android:allowClearUserData="false"
android:label="@string/app_label" android:label="@string/app_label"
android:icon="@drawable/ic_launcher_settings"> android:icon="@drawable/ic_launcher_settings">