cordova-plugin-actionsheet icon indicating copy to clipboard operation
cordova-plugin-actionsheet copied to clipboard

Themes deprecated by Android API 23

Open andreszs opened this issue 7 years ago • 1 comments

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.

andreszs avatar Apr 18 '17 17:04 andreszs

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

JoxC avatar Jul 02 '18 07:07 JoxC