Skip to content

Instantly share code, notes, and snippets.

View nkuznetsow's full-sized avatar

Nikolai nkuznetsow

View GitHub Profile
public class DirectoryManager {
static final ArrayList<File> directories = new ArrayList<>();
static Context context;
/**
* Инициализирует класс

* @param context только Application Context

*/
public static void init(Context context) {