diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-10-11 17:14:31 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-10-11 19:12:21 -0700 |
commit | d39d515b9110d7405d0f03dbf612ba5c9b8ac566 (patch) | |
tree | 8213cdddd588582510d54781f2f56a1247b63803 /core/res | |
parent | c8511af04a442551a204b1f47fabb317bcf54be0 (diff) | |
download | frameworks_base-d39d515b9110d7405d0f03dbf612ba5c9b8ac566.zip frameworks_base-d39d515b9110d7405d0f03dbf612ba5c9b8ac566.tar.gz frameworks_base-d39d515b9110d7405d0f03dbf612ba5c9b8ac566.tar.bz2 |
Fix SD card mounting issues #3074555 and #3072332
Change-Id: I79572bb4e92d2546abd97512a119ae74f0d72019
3074555: Kill "Shared storage safe to remove" notification
3072332: "blank shared storage" notification doesn't go anywhere
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 9d914ad..43eeda8 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1332,10 +1332,6 @@ <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> - <activity android:name="com.android.internal.app.ExternalMediaFormatActivity" - android:theme="@style/Theme.Dialog.Alert" - android:excludeFromRecents="true"> - </activity> <activity android:name="android.accounts.ChooseAccountActivity" android:excludeFromRecents="true" |