Guest User

Untitled

a guest
Nov 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. private String[] APK_FILES = new String[]{".apk", ".dex", ".odx"};
  2. private String[] CACHE_FILES = new String[]{"cache", "thumbs", ".image", ".img", "testdata"};
  3. private String[] LOG_FILES = new String[]{".nomedia", ".log", "log"};
  4. private String[] TEMP_FILES = new String[]{"tmp", "files", "testdata", "tempdata"};
Add Comment
Please, Sign In to add comment