Sha256: 1cdabafff1251459af00f5501f8116569328f37efba92dafea53451e9f256c05
Contents?: true
Size: 767 Bytes
Versions: 7
Compression:
Stored size: 767 Bytes
Contents
# teak/caching Ensures that the APK contains a notification icon for both Android 5+ (API 21+) as well as pre-Android 5, and that these are different icons. ## Will Skip If * The Teak SDK is not present. * The version of the Teak SDK is greater or equal to 2.0.0. ## Will Fail If * `io_teak_enable_caching` is not specified. * `io_teak_enable_caching` is not set to `true`. ## Exports None. ## Reason The Teak SDK uses [Android HTTP Caching](https://developer.android.com/training/efficient-downloads/redundant_redundant#ResponseCache) to prevent downloading redundant Notification assets. The `io_teak_enable_caching` setting allows you to disable this behavior, however it should be enabled unless your app, or an SDK that you use, makes uncommon assumptions.
Version data entries
7 entries across 7 versions & 1 rubygems