b8f358ebb9oreo bug fix, no smallIcon set in notification (#1792)
* Update AssetUtil.java
Removing Resources.getSystem() to get resource ID because in android 8.1 (physical device) it fire an exception with the DEFALUT_ICON (res://icon) if no smallIcon is set in the notification schedule.
Changed also Options.java for small icon fallback
* Update Options.java
Removed resId = context.getApplicationInfo().icon
The application icon is set always and it is not able to select the resId = android.R.drawable.ic_popup_reminder. This is always set (API 1) and not showing ugly as app icon (notification small icon should be a silhouette)
fbcc2e53b7Remove known issue about Ionic compatibility (#1708)
Since Ionic native 4.7.0, version 0.9 is supported. See: https://github.com/ionic-team/ionic-native/issues/2113#issuecomment-430595973
f65debe8caMake android support v4 framework version configurable (#1703)
dc383144dfFIX option parsing for timeoutAfter: must use property timeoutAfter instead of property timeout (#1692)