diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 6121c4342b88..6174bff7fbeb 100644 --- a/api/current.xml +++ b/api/current.xml @@ -10659,6 +10659,17 @@ visibility="public" > </field> +<field name="screen_background_light_transparent" + type="int" + transient="false" + volatile="false" + value="17301674" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="spinner_background" type="int" transient="false" @@ -12714,6 +12725,17 @@ visibility="public" > </field> +<field name="Theme_Light_WallpaperSettings" + type="int" + transient="false" + volatile="false" + value="16973922" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="Theme_NoDisplay" type="int" transient="false" @@ -12802,6 +12824,17 @@ visibility="public" > </field> +<field name="Theme_WallpaperSettings" + type="int" + transient="false" + volatile="false" + value="16973921" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="Theme_Wallpaper_NoTitleBar" type="int" transient="false" @@ -117496,6 +117529,37 @@ </implements> </interface> </package> +<package name="android.service.wallpaper" +> +<class name="WallpaperSettingsActivity" + extends="android.preference.PreferenceActivity" + abstract="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<constructor name="WallpaperSettingsActivity" + type="android.service.wallpaper.WallpaperSettingsActivity" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</constructor> +<field name="EXTRA_PREVIEW_MODE" + type="java.lang.String" + transient="false" + volatile="false" + value=""android.service.wallpaper.PREVIEW_MODE"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +</class> +</package> <package name="android.speech" > <class name="RecognizerIntent" |