EddyVerbruggen / cordova-plugin-actionsheet

:clipboard: ActionSheet plugin for Cordova iOS and Android apps
208 stars 71 forks source link

Themes deprecated by Android API 23 #59

Open andreszs opened 7 years ago

andreszs commented 7 years ago

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 commented 6 years ago

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