Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential Compatibility Issue #105

Open
TSUMahmud opened this issue May 30, 2020 · 0 comments
Open

Potential Compatibility Issue #105

TSUMahmud opened this issue May 30, 2020 · 0 comments

Comments

@TSUMahmud
Copy link

TSUMahmud commented May 30, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant