OSDN Git Service

Fix issue #2171460: Turn off background blurring of power dialog
authorDianne Hackborn <hackbod@google.com>
Wed, 7 Oct 2009 23:14:29 +0000 (16:14 -0700)
committerDianne Hackborn <hackbod@google.com>
Wed, 7 Oct 2009 23:14:29 +0000 (16:14 -0700)
The calendar alert dialog was also using background dimming, but
this is a complete waste since it is full screen.

Change-Id: I59efb00b23f184251e706212bc94f75a04438d6e

src/com/android/calendar/AlertActivity.java

index dcf9186..2a041bf 100644 (file)
@@ -219,7 +219,6 @@ public class AlertActivity extends Activity {
         a.recycle();
 
         getWindow().setAttributes(lp);
-        getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND);
 
         mResolver = getContentResolver();
         mQueryHandler = new QueryHandler(mResolver);