NumberPicker - Using provided method or develop my own?

I am using a number picker to have the user input a time in minutes and seconds via the Ui.NUMBER_PICKER_TIME_MIN_SEC mode. Everything works great except the 5 second granularity, the user really needs to be able to input a time with 1 second granularity. I have seen threads about rolling my own or using someones developed code but I would really like to stick with stock input methods. Am I able to configure the desired operation or do I need to do something custom here? This is the last piece to completing my app and not sure the best practice on this.