Pratim Majumder
Pratim Majumder
I would like to check if PRDownloader is currently downloading any file or is active doing anything directly without any `ID`. I mean I don't want `PRDownloader.getStatus(id)` when checking PRDownloader...
The pre-compiled binary didn't work. So, I tried to build it upon myself. But, after going through the sources, trying to find the actual `deauth` method.. I couldn't any one...
Is this possible to get the TrianglifyDrawable object as bitmap? I see the draw() class is overridden so I cant convert it to bitmap from Bitmap.draw(canvas)