diff --git a/docs/html/images/material.png b/docs/html/images/material.png new file mode 100644 index 0000000000000..981359bba7a08 Binary files /dev/null and b/docs/html/images/material.png differ diff --git a/docs/html/images/resource-card-android-studio.png b/docs/html/images/resource-card-android-studio.png new file mode 100644 index 0000000000000..0f483df99b34a Binary files /dev/null and b/docs/html/images/resource-card-android-studio.png differ diff --git a/docs/html/index.jd b/docs/html/index.jd index c9efcb33a693b..253a7a57f3c36 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -14,21 +14,21 @@ page.customHeadTag=

-

The L Developer Preview lets you design and develop against the next major + release of Android. Take the time to test and build your app before the platform + officially launches.
+ Learn MoreallowEmbedded property to true
- in the wearable app's Android manifest. This allows an activity that you create in your wearable
- app to be displayed by the wearable's context stream process.Theme.DeviceDefault.Light. For example:-<activity android:allowEmbedded="true" ... > -... -</activity> +<activity android:name="com.example.MyDisplayActivity" + android:exported="true" + android:allowEmbedded="true" + android:taskAffinity="" + android:theme="@android:style/Theme.DeviceDefault.Light" />