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
This commit is contained in:
Steve Howard
2010-07-21 19:49:45 -07:00
parent b8e07a51c1
commit 13d08515f0

View File

@@ -623,14 +623,6 @@ public final class Downloads {
public static final String PERMISSION_SEND_INTENTS =
"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
*/