This commit is contained in:
Andy Scherzinger 2016-07-22 17:52:28 +02:00
parent 16b1a95cc5
commit 20d33737cc

View file

@ -249,6 +249,11 @@ public abstract class DrawerActivity extends ToolbarActivity implements DisplayU
}
}
/**
* show the file list to the user.
*
* @param onDeviceOnly flag to decide if all files or only the ones on the device should be shown
*/
public abstract void showFiles(boolean onDeviceOnly);
/**