From 1a868b7981ca5f52e893fdf9f8f538c9d5ce241d Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Wed, 22 Aug 2012 09:56:51 -0400 Subject: Add framework support for multiple dreams. Bug:7028665 Change-Id: I4fba6b8e39dc07af4490c621ac3bc7b3867371b2 --- api/current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api') 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"; } } -- cgit v1.2.3-59-g8ed1b