I hereby claim:
- I am andrew-quebe on github.
- I am andrew_quebe (https://keybase.io/andrew_quebe) on keybase.
- I have a public key ASAY9VIGlyZJbGmKzGjO9xATftlVfVm_JhQ1wgmjkRkq-Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 1. The text color changes from white to black depending on the color you choose. This isn't controllable. | |
| 2. Method params: this.setTaskDescription(new ActivityManager.TaskDescription(String label, Bitmap resource, int Color)); |
| public void clearApplicationData() { | |
| File cache = getCacheDir(); | |
| File appDir = new File(cache.getParent()); | |
| if (appDir.exists()) { | |
| String[] children = appDir.list(); | |
| for (String s : children) { | |
| if (!s.equals("lib")) { | |
| deleteDir(new File(appDir, s)); | |
| } | |
| } |