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

Themes deprecated by Android API 23 #59

Open
andreszs opened this issue Apr 18, 2017 · 1 comment
Open

Themes deprecated by Android API 23 #59

andreszs opened this issue Apr 18, 2017 · 1 comment

Comments

@andreszs
Copy link

According to this article, THEME_DEVICE_DEFAULT_LIGHT and the entire family of THEME constants have been deprecated by API 23. I'm afraid that this problem could crash the plugin when building with future API versions, is there a way to be prepared for this? Thanks.

@JoxC
Copy link

JoxC commented Jul 2, 2018

Before any update of the code, you can directly use the int value of the theme, f.g. 0x010302d2 for Theme_DeviceDefault_Light_Dialog_Alert

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

2 participants