How to get flash's default and maximum strength levels in Android

222 views Asked by At

I've made a flashlight application and I want to add a functionality that allows the user to change flashlight's strength level if available

I already know how to change the strength level using a SeekBar but I want to get int (Integer) values of the default and the maximum strength levels so I can change the progress and max values of that SeekBar

1

There are 1 answers

0
Wasim Ansari On