quaap/LaunchTime

Potential Compatibility Issue

TSUMahmud opened this issue · 0 comments

Hi,
I notice in class com/quaap/launchtime/ColorSettingsActivity.java you have overriden function isValidFragment(), which is added to the class android.preference.PreferenceActivity in API version = 19. (See this link).

Class ColorSettingsActivity directly extends android.preference.PreferenceActivity. If you put some important operation into this function, the program may not execute normally in API<19.

The same issue could happen in com/quaap/launchtime/SettingsActivity.java too.