Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c5abc12 authored by John Shao's avatar John Shao Committed by Automerger Merge Worker
Browse files

Hide non system overlays in ContactSelectionActivity am: ea3e6cdd am: 5effaccf

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Contacts/+/14342152

Change-Id: I0dd6f7f149da34b78001d10baf4f3eecedb1e3eb
parents 5ebb31a8 5effaccf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -107,6 +107,9 @@ public class ContactSelectionActivity extends AppCompatContactsActivity implemen
    protected void onCreate(Bundle savedState) {
        super.onCreate(savedState);

        getWindow().addSystemFlags(android.view.WindowManager.LayoutParams
            .SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS);

        RequestPermissionsActivity.startPermissionActivityIfNeeded(this);

        if (savedState != null) {