summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/AndroidManifest.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-06-04 11:25:26 -0700
committerJoe Onorato <joeo@android.com>2010-06-09 09:15:25 -0700
commitfe4f3ae33c8da86585399b4167fd7987c8a16066 (patch)
tree9d106e681a8f94a024ecd87ce50f584991e99d6b /packages/SystemUI/AndroidManifest.xml
parentd2b1f00e1e34cdce0047af7374aa57b1e4b5b040 (diff)
downloadframeworks_base-fe4f3ae33c8da86585399b4167fd7987c8a16066.zip
frameworks_base-fe4f3ae33c8da86585399b4167fd7987c8a16066.tar.gz
frameworks_base-fe4f3ae33c8da86585399b4167fd7987c8a16066.tar.bz2
Move the usb mass storage notification & activity into SystemUI.apk.
Also fix the notification to show properly when the runtime is restarted. Change-Id: Id0c7ef9f9dc9c9df18428cbaa7db1703f085137e
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
-rw-r--r--packages/SystemUI/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 3f5b69d..aba5e05 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -18,5 +18,10 @@
android:name=".statusbar.PhoneStatusBarService"
android:exported="false"
/>
+
+ <activity android:name=".usb.UsbStorageActivity"
+ android:excludeFromRecents="true">
+ </activity>
+
</application>
</manifest>