PhotoBackup / client-android

The Android PhotoBackup client, made to free your pictures from your device
https://photobackup.github.io/
GNU General Public License v2.0
48 stars 15 forks source link

Android automatic refactor - Recycle #59

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