Merge change 20915

* changes:
  Hey, we don't need to set this flag any more!
This commit is contained in:
Android (Google) Code Review
2009-08-12 15:55:21 -07:00

View File

@@ -41,8 +41,6 @@ public class WallpaperActivity extends Activity {
// Be sure to call the super class. // Be sure to call the super class.
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER);
// See assets/res/any/layout/translucent_background.xml for this // See assets/res/any/layout/translucent_background.xml for this
// view layout definition, which is being set here as // view layout definition, which is being set here as
// the content of our screen. // the content of our screen.