Hi I want use the library in versions of Android < API11 with the Android Support Library but the following line only accepts FragmentManager datePickerDialog.show(getFragmentManager(), tag);; I want use getSupportFragmentManager Thanks!
Hi I want use the library in versions of Android < API11 with the Android Support Library but the following line only accepts FragmentManager
datePickerDialog.show(getFragmentManager(), tag);;
I want use getSupportFragmentManager
Thanks!