Teak SDK 5

Teak SDK 5 will contain many changes, and break many things. We do not have a firm date or timeline for it, however as we integrate systems and make incremental changes that can be previewed.

Previewing SDK 5 Behaviors

Starting in SDK 4.1.0 there is a way to preview SDK 5 behaviors.

To enable this, add the io_teak_sdk5_behaviors boolean key to your AndroidManifest.xml, and set it to true.

AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest>
  <application>
    <meta-data android:name="io_teak_sdk5_behaviors" android:value="true" />
  </application>
</manifest>

SDK 5 Behavior Preview Functionality