Make the systemui process persistent.

This ensures that the system won't kill it for memory,
the user can't stop services inside of it, etc.

Change-Id: I923c376afa1133bccc000253f5bba851f9119a52
This commit is contained in:
Dianne Hackborn
2010-07-30 17:24:38 -07:00
parent d2165cfce7
commit 26755a347c

View File

@@ -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">