nisrulz / easydeviceinfo

:iphone: [Android Library] Get device information in a super easy way.
Apache License 2.0
1.77k stars 227 forks source link

Add missing zero for device time #6

Closed PDDStudio closed 8 years ago

PDDStudio commented 8 years ago

Please add the missing zero for the device time.

E.g if it's 04:09:42 o'clock the method getFormatedTime() will return 4:9:42

It would be better to have it correctly formatted to return 04:09:42

nisrulz commented 8 years ago

updated code in develop branch, commit 6e4c8ac810bed1f17572a0cb1630107182e9f0a4 fixes it. Will add it in the next release of the library.

PDDStudio commented 8 years ago

Alright great, thanks in advance.