diff options
| author | 2010-07-30 19:10:01 -0700 | |
|---|---|---|
| committer | 2010-07-30 19:10:01 -0700 | |
| commit | 543f250d9cb05ebca4fb4dacce37545c0bb9a8ca (patch) | |
| tree | b016bbe7f5da974685cdbc21014cef9e46d39095 | |
| parent | 4d7fc3651bd93d588d2b8580010414b59bc67729 (diff) | |
| parent | 26755a347c78e33feb70abeded1e5aca8acd4cf5 (diff) | |
Merge "Make the systemui process persistent." into gingerbread
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 1 |
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"> |