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

Commit ddd25e44 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "SystemUI: Don't force the UMS dialog above secure lockscreens" into gingerbread

parents b7d4e426 09a4601a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -117,9 +117,6 @@ public class UsbStorageActivity extends Activity
        setProgressBarIndeterminateVisibility(true);

        getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
        if (Environment.isExternalStorageRemovable()) {
            getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);
        }

        setTitle(getString(com.android.internal.R.string.usb_storage_activity_title));