From f416b7ea19cf8bb545d0059ca523895d28914d08 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Tue, 11 Aug 2009 23:37:03 -0700 Subject: [PATCH] Hey, we don't need to set this flag any more! --- .../src/com/example/android/apis/app/WallpaperActivity.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/ApiDemos/src/com/example/android/apis/app/WallpaperActivity.java b/samples/ApiDemos/src/com/example/android/apis/app/WallpaperActivity.java index c9a1a8adf..8d7f5a1b4 100644 --- a/samples/ApiDemos/src/com/example/android/apis/app/WallpaperActivity.java +++ b/samples/ApiDemos/src/com/example/android/apis/app/WallpaperActivity.java @@ -41,8 +41,6 @@ public class WallpaperActivity extends Activity { // Be sure to call the super class. super.onCreate(savedInstanceState); - getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER); - // See assets/res/any/layout/translucent_background.xml for this // view layout definition, which is being set here as // the content of our screen.