LaunchTime icon indicating copy to clipboard operation
LaunchTime copied to clipboard

Potential Compatibility Issue

Open TSUMahmud opened this issue 5 years ago • 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.

TSUMahmud avatar May 30 '20 05:05 TSUMahmud