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

Commit 604582b6 authored by Ricky Wai's avatar Ricky Wai Committed by android-build-merger
Browse files

Hide superfluous \\'Android system\\' header in Quite mode dialog am: 7f1ca4fe

am: 1481cd53

Change-Id: Ic62f9dcf3d36865c9f584e34231c8bdb6b3801b3
parents 52053c93 1481cd53
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Window;
import android.widget.TextView;

import com.android.internal.R;
@@ -59,6 +60,9 @@ public class UnlaunchableAppActivity extends Activity
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        // As this activity has nothing to show, we should hide the title bar also
        // TODO: Use AlertActivity so we don't need to hide title bar and create a dialog
        requestWindowFeature(Window.FEATURE_NO_TITLE);
        Intent intent = getIntent();
        mReason = intent.getIntExtra(EXTRA_UNLAUNCHABLE_REASON, -1);
        mUserId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, UserHandle.USER_NULL);