diff --git a/docs/html/wear/preview/features/complications.jd b/docs/html/wear/preview/features/complications.jd index d33fd2a789e5f..3334cb79b1430 100644 --- a/docs/html/wear/preview/features/complications.jd +++ b/docs/html/wear/preview/features/complications.jd @@ -113,8 +113,8 @@ page.image=/wear/preview/images/complications-main-image.png

To start receiving complication data, a watch face calls - setActiveComplications within the - WatchFaceService.Engine class with a list of watch face + setActiveComplications, in the + WatchFaceService.Engine class, with a list of watch face complication IDs. A watch face creates these IDs to uniquely identify slots on the watch face where complications can appear, and passes them to the createProviderChooserIntent method (of the @@ -283,7 +283,12 @@ android.support.wearable.complications.UPDATE_PERIOD_SECONDS

- The configuration activity may also be used as an opportunity to request + If a data provider needs a specific permission to access a user's data, + then standard code + for runtime + permissions is needed. + A + configuration activity may be used as an opportunity to request any permissions required by the provider.