packages/apps/Settings
Revisão | 89d14a36dcf711bb75ecfe4b31c2b6588ce1dc80 (tree) |
---|---|
Hora | 2021-04-06 22:01:40 |
Autor | Arc Wang <arcwang@goog...> |
Commiter | Automerger Merge Worker |
Merge "Revert "Hide non-system overlay window on ActivityPicker"" into pi-dev am: bcc7f89f85
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14103366
Change-Id: Iec105d8ee74d6d2c869072866c4caffbd40d9a19
@@ -16,8 +16,6 @@ | ||
16 | 16 | |
17 | 17 | package com.android.settings; |
18 | 18 | |
19 | -import static android.view.WindowManager.LayoutParams.SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS; | |
20 | - | |
21 | 19 | import android.app.Activity; |
22 | 20 | import android.content.Context; |
23 | 21 | import android.content.DialogInterface; |
@@ -73,8 +71,6 @@ public class ActivityPicker extends AlertActivity implements | ||
73 | 71 | @Override |
74 | 72 | protected void onCreate(Bundle savedInstanceState) { |
75 | 73 | super.onCreate(savedInstanceState); |
76 | - | |
77 | - getWindow().addPrivateFlags(SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS); | |
78 | 74 | |
79 | 75 | final Intent intent = getIntent(); |
80 | 76 |