am b06c9a8c: Merge change 26579 into eclair

Merge commit 'b06c9a8c8e59067edd3c6b5af574ff382a4ef656' into eclair-plus-aosp

* commit 'b06c9a8c8e59067edd3c6b5af574ff382a4ef656':
  add definition for Mms.TempStorage content uri and filename.
This commit is contained in:
Wei Huang
2009-09-23 10:24:21 -07:00
committed by Android Git Automerger

View File

@@ -1481,6 +1481,21 @@ public final class Telephony {
public static final String SENT_TIME = "sent_time";
}
public static final class ScrapSpace {
/**
* The content:// style URL for this table
*/
public static final Uri CONTENT_URI = Uri.parse("content://mms/scrapSpace");
/**
* This is the scrap file we use to store the media attachment when the user
* chooses to capture a photo to be attached (and could be used for other media types
* if necessary). We pass {#link@Uri} to the Camera app, which streams the captured
* image to the uri. Internally we write the media content to this file.
*/
public static final String SCRAP_FILE_PATH = "/sdcard/mms/scrapSpace/file";
}
public static final class Intents {
private Intents() {
// Non-instantiatable.