diff options
author | Steve Howard <showard@google.com> | 2010-07-21 19:49:45 -0700 |
---|---|---|
committer | Steve Howard <showard@google.com> | 2010-07-21 19:49:45 -0700 |
commit | 13d08515f038db45de6028085993ae6076566867 (patch) | |
tree | 7b82247b5832241a880310dc79a78c402b3c82d6 /core/java/android/provider | |
parent | b8e07a51c1849d6894c5773a3daacedd01294218 (diff) | |
download | frameworks_base-13d08515f038db45de6028085993ae6076566867.zip frameworks_base-13d08515f038db45de6028085993ae6076566867.tar.gz frameworks_base-13d08515f038db45de6028085993ae6076566867.tar.bz2 |
Remove SEE_ALL_EXTERNAL permission from Download Manager.
I'm removing this currently unused functionality from the Download
Manager implementation, so the constant might as well go.
Change-Id: I4f0970211201881a8426b83b5275408cd14c3377
Diffstat (limited to 'core/java/android/provider')
-rw-r--r-- | core/java/android/provider/Downloads.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/provider/Downloads.java b/core/java/android/provider/Downloads.java index 01db979..7e1d685 100644 --- a/core/java/android/provider/Downloads.java +++ b/core/java/android/provider/Downloads.java @@ -624,14 +624,6 @@ public final class Downloads { "android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"; /** - * The permission to access downloads to {@link DESTINATION_EXTERNAL} - * which were downloaded by other applications. - * @hide - */ - public static final String PERMISSION_SEE_ALL_EXTERNAL = - "android.permission.SEE_ALL_EXTERNAL"; - - /** * The content:// URI for the data table in the provider */ public static final Uri CONTENT_URI = |