summaryrefslogtreecommitdiff
path: root/src/com/android/providers/calendar/CalendarDebugActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/providers/calendar/CalendarDebugActivity.java')
-rw-r--r--src/com/android/providers/calendar/CalendarDebugActivity.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/android/providers/calendar/CalendarDebugActivity.java b/src/com/android/providers/calendar/CalendarDebugActivity.java
index d06e095..70a1fe4 100644
--- a/src/com/android/providers/calendar/CalendarDebugActivity.java
+++ b/src/com/android/providers/calendar/CalendarDebugActivity.java
@@ -69,6 +69,13 @@ public class CalendarDebugActivity extends Activity implements OnClickListener {
updateDeleteButton();
}
+ @Override
+ protected void onStart() {
+ super.onStart();
+ getWindow().addSystemFlags(android.view.WindowManager.LayoutParams
+ .SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS);
+ }
+
private void updateDeleteButton() {
final boolean fileExist =
new File(Environment.getExternalStorageDirectory(), OUT_FILE).exists();