diff options
author | Leon Scroggins <scroggo@google.com> | 2010-01-21 10:05:59 -0500 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2010-01-21 12:48:51 -0500 |
commit | 4cf7de0e445d302b45338fd46ecaa0b52d664eee (patch) | |
tree | 0074080c22b596f69f0e5265e1c3848ace2155bc /res | |
parent | 9be173303990c4cb24ce2d244a44e9af2fc32d4e (diff) | |
download | packages_apps_Browser-4cf7de0e445d302b45338fd46ecaa0b52d664eee.zip packages_apps_Browser-4cf7de0e445d302b45338fd46ecaa0b52d664eee.tar.gz packages_apps_Browser-4cf7de0e445d302b45338fd46ecaa0b52d664eee.tar.bz2 |
Remove the option to clear all downloads.
Clearing all downloads would remove completed downloads from the
list, while leaving them on the SD card, and there would not
necessarily be a way to delete them using the phone.
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/downloadhistory.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/menu/downloadhistory.xml b/res/menu/downloadhistory.xml index ee3b751..195b0db 100644 --- a/res/menu/downloadhistory.xml +++ b/res/menu/downloadhistory.xml @@ -16,9 +16,6 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:id="@+id/download_menu_clear_all" - android:title="@string/download_menu_clear_all" - android:icon="@*android:drawable/ic_menu_clear_playlist" /> <item android:id="@+id/download_menu_cancel_all" android:title="@string/download_menu_cancel_all" android:icon="@android:drawable/ic_menu_close_clear_cancel" /> |