diff options
| author | 2012-08-22 09:56:51 -0400 | |
|---|---|---|
| committer | 2012-08-22 16:49:20 -0400 | |
| commit | 1a868b7981ca5f52e893fdf9f8f538c9d5ce241d (patch) | |
| tree | 7e47e8cdd2c7330d7f56d7a9c4fed851e53e94c9 /api | |
| parent | 00a8f4ff627584f4d9a8ae0cd83f87786005e16d (diff) | |
Add framework support for multiple dreams.
Bug:7028665
Change-Id: I4fba6b8e39dc07af4490c621ac3bc7b3867371b2
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index a29cdba4cea1..da1ec77e4fcb 100644 --- a/api/current.txt +++ b/api/current.txt @@ -20052,6 +20052,7 @@ package android.service.dreams { method public void setContentView(android.view.View, android.view.ViewGroup.LayoutParams); method public void setInteractive(boolean); field public static final java.lang.String SERVICE_INTERFACE = "android.service.dreams.Dream"; + field public static final java.lang.String METADATA_NAME_CONFIG_ACTIVITY = "android.service.dreams.config_activity"; } } |