INNER CODE UNIT · Java

run

UnevenSoftware/LeafPic · app/src/main/java/org/horaapps/leafpic/LookForMediaJob.java:41

            public void run() {
                try {
                    ArrayList<String> whiteList = HandlingAlbums.getInstance(getApplicationContext()).getFolders(HandlingAlbums.INCLUDED);
                    for (String s : whiteList) {
                        scanFolder(s);
                        Log.wtf(TAG, "Scanned: " + s);
                    }
                    if(DEBUG)
                        notification(whiteList);
                } finally {
                    jobFinished(jobParameters, false);
                }
            }
        }).start();

        return true;
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…