jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
95 stars 33 forks source link

Android automatic refactor - Recycle #234

Closed luiscruz closed 7 years ago

luiscruz commented 7 years ago

Hi,

I am developing a tool to automatically refactor Android applications with the goal of improving energy efficiency. This pull request has the changes generated while applying the rule "Recycle".

Some resources (e.g., Cursor instances) should be closed when they are no longer necessary.

I have made a previous validation of the changes and they seem correct. Please consider them and let me know if you agree with them.

Best, Luis