summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2010-07-30 19:12:50 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2010-07-30 19:12:50 -0700
commitf4e145fd123a6941348e16a595107b155bd880e8 (patch)
tree57c1cda3b30220dc2cc98eae85a704a6b0b87b1d
parent67e4ff768d71088a64fbac3b8e398e2e16dd84ec (diff)
parent543f250d9cb05ebca4fb4dacce37545c0bb9a8ca (diff)
am 543f250d: Merge "Make the systemui process persistent." into gingerbread
Merge commit '543f250d9cb05ebca4fb4dacce37545c0bb9a8ca' into gingerbread-plus-aosp * commit '543f250d9cb05ebca4fb4dacce37545c0bb9a8ca': Make the systemui process persistent.
-rw-r--r--packages/SystemUI/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 75045d77e9d7..0fccbe737267 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -7,6 +7,7 @@
<uses-permission android:name="android.permission.STATUS_BAR_SERVICE" />
<application
+ android:persistent="true"
android:allowClearUserData="false"
android:label="@string/app_label"
android:icon="@drawable/ic_launcher_settings">