Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7099bc10 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android (Google) Code Review
Browse files

Merge "Fix the SDK build."

parents 216bccf8 31644a15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);
}