prey / prey-android-client

Android client for the Prey anti-theft software.
http://preyproject.com
GNU General Public License v3.0
426 stars 184 forks source link

cleanup: use finally for closing streams in try blocks #78

Closed Caerostris closed 7 years ago

Caerostris commented 9 years ago

You should use finally when closing streams. Not using finally will not make your phone explode, but it's bad practice for a good reason.