Merge "Fix the SDK build."

This commit is contained in:
Xavier Ducrohet
2010-02-02 18:25:38 -08:00
committed by Android (Google) Code Review

View File

@@ -50,8 +50,8 @@ public interface StorageEventListener {
* Called when a volume has changed state
* @param label the system defined label for the volume.
* @param path the filesystem path for the volume.
* @param oldState the old state as returned by {@link android.os.Environment.getExternalStorageState()}.
* @param newState the old state as returned by {@link android.os.Environment.getExternalStorageState()}.
* @param oldState the old state as returned by {@link android.os.Environment#getExternalStorageState()}.
* @param newState the old state as returned by {@link android.os.Environment#getExternalStorageState()}.
*/
public void onVolumeStateChanged(String label, String path, String oldState, String newState);
}